Skip to content

Commit 31782b5

Browse files
authored
Merge pull request #84 from mendsley/dns_post_ttl
The field name for TTL of a DNS record is ttl_sec
2 parents 2ed1ede + 7823991 commit 31782b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/endpoints/domains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ endpoints:
264264
The tag attribute for a CAA record. One of "issue", "issuewild",
265265
or "iodef". Ignored on other record types.
266266
type: Enum
267-
ttl:
267+
ttl_sec:
268268
optional: true
269269
description: >
270270
Time interval that the resource record may be cached before

0 commit comments

Comments
 (0)