Revert "A domain's TTL must not be null."
This reverts commit 9d0386b661
This commit is contained in:
parent
9d0386b661
commit
b02a03b89a
@ -29,7 +29,7 @@
|
||||
"required": true
|
||||
},
|
||||
"ttl": {
|
||||
"type": "integer",
|
||||
"type": ["integer", "null"],
|
||||
"description": "Time to live",
|
||||
"min": 60
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user