File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15848,7 +15848,7 @@ components:
15848
15848
x-linode-cli-display: 5
15849
15849
retry_sec:
15850
15850
type: integer
15851
- default: "0"
15851
+ default: 0
15852
15852
description: |
15853
15853
The interval, in seconds, at which a failed refresh should be retried.
15854
15854
@@ -15880,7 +15880,7 @@ components:
15880
15880
example: []
15881
15881
expire_sec:
15882
15882
type: integer
15883
- default: "0"
15883
+ default: 0
15884
15884
description: |
15885
15885
The amount of time in seconds that may pass before this Domain is no longer
15886
15886
authoritative.
@@ -15894,7 +15894,7 @@ components:
15894
15894
example: 300
15895
15895
refresh_sec:
15896
15896
type: integer
15897
- default: "0"
15897
+ default: 0
15898
15898
description: |
15899
15899
The amount of time in seconds before this Domain should be refreshed.
15900
15900
@@ -15907,7 +15907,7 @@ components:
15907
15907
example: 300
15908
15908
ttl_sec:
15909
15909
type: integer
15910
- default: "0"
15910
+ default: 0
15911
15911
description: >
15912
15912
"Time to Live" - the amount of time in seconds that this Domain's
15913
15913
records may be cached by resolvers or other domain servers.
You can’t perform that action at this time.
0 commit comments