Skip to content

Commit 07382f8

Browse files
committed
Update Domain schema master_ips and axfr_ips descriptions
1 parent 99b04b8 commit 07382f8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

openapi.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20645,18 +20645,17 @@ components:
2064520645
type: string
2064620646
format: ip
2064720647
description: >
20648-
The IP addresses representing the master DNS for this Domain. At least one value is
20649-
required for `type` slave Domains.
20648+
The IP addresses representing the master DNS for this Domain. At least one value is required for `type` slave Domains. The total combined length of all data within this array cannot exceed 1000 characters.
2065020649
example: []
2065120650
axfr_ips:
2065220651
type: array
2065320652
items:
2065420653
type: string
2065520654
format: ip
20656-
description: >
20657-
The list of IPs that may perform a zone transfer for this Domain.
20658-
This is potentially dangerous, and should be set to an empty list
20659-
unless you intend to use it.
20655+
description: |
20656+
The list of IPs that may perform a zone transfer for this Domain. The total combined length of all data within this array cannot exceed 1000 characters.
20657+
20658+
**Note**: This is potentially dangerous, and should be set to an empty list unless you intend to use it.
2066020659
example: []
2066120660
expire_sec:
2066220661
type: integer

0 commit comments

Comments
 (0)