Skip to content

Commit 0d66999

Browse files
committed
Default Domain sec properties str to int
1 parent 321a943 commit 0d66999

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15848,7 +15848,7 @@ components:
1584815848
x-linode-cli-display: 5
1584915849
retry_sec:
1585015850
type: integer
15851-
default: "0"
15851+
default: 0
1585215852
description: |
1585315853
The interval, in seconds, at which a failed refresh should be retried.
1585415854

@@ -15880,7 +15880,7 @@ components:
1588015880
example: []
1588115881
expire_sec:
1588215882
type: integer
15883-
default: "0"
15883+
default: 0
1588415884
description: |
1588515885
The amount of time in seconds that may pass before this Domain is no longer
1588615886
authoritative.
@@ -15894,7 +15894,7 @@ components:
1589415894
example: 300
1589515895
refresh_sec:
1589615896
type: integer
15897-
default: "0"
15897+
default: 0
1589815898
description: |
1589915899
The amount of time in seconds before this Domain should be refreshed.
1590015900

@@ -15907,7 +15907,7 @@ components:
1590715907
example: 300
1590815908
ttl_sec:
1590915909
type: integer
15910-
default: "0"
15910+
default: 0
1591115911
description: >
1591215912
"Time to Live" - the amount of time in seconds that this Domain's
1591315913
records may be cached by resolvers or other domain servers.

0 commit comments

Comments
 (0)