Skip to content

Commit c905580

Browse files
authored
Merge pull request #684 from bbiggerr/dns-ips-char-limits
Update Domain schema master_ips and axfr_ips descriptions
2 parents 76640fd + 07382f8 commit c905580

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
@@ -20707,18 +20707,17 @@ components:
2070720707
type: string
2070820708
format: ip
2070920709
description: >
20710-
The IP addresses representing the master DNS for this Domain. At least one value is
20711-
required for `type` slave Domains.
20710+
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.
2071220711
example: []
2071320712
axfr_ips:
2071420713
type: array
2071520714
items:
2071620715
type: string
2071720716
format: ip
20718-
description: >
20719-
The list of IPs that may perform a zone transfer for this Domain.
20720-
This is potentially dangerous, and should be set to an empty list
20721-
unless you intend to use it.
20717+
description: |
20718+
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.
20719+
20720+
**Note**: This is potentially dangerous, and should be set to an empty list unless you intend to use it.
2072220721
example: []
2072320722
expire_sec:
2072420723
type: integer

0 commit comments

Comments
 (0)