Skip to content

Commit c8331fb

Browse files
committed
Revised acceptance criteria
1 parent f806a69 commit c8331fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20733,7 +20733,6 @@ components:
2073320733

2073420734
`MX`: The mail subdomain. For example, `sub` for the address `[email protected]` under the `example.com`
2073520735
Domain.
20736-
* Must have less than 256 total characters.
2073720736
* The left-most subdomain component may be an asterix (`*`) to designate a wildcard subdomain.
2073820737
* Other subdomain components must only contain letters, digits, and hyphens, start with a letter, end with a letter or digit, and contain less than 64 characters.
2073920738
* Must be an empty string (`""`) for a Null MX Record.
@@ -20764,7 +20763,7 @@ components:
2076420763
`NS`: The name server. Must be a valid domain. Required.
2076520764

2076620765
`MX`: The mail server. Must be a valid domain unless creating a Null MX Record. Required.
20767-
* Must have less than 256 total characters.
20766+
* Must have less than 254 total characters.
2076820767
* The left-most domain component may be an asterix (`*`) to designate a wildcard domain.
2076920768
* Other domain components must only contain letters, digits, and hyphens, start with a letter, end with a letter or digit, and contain less than 64 characters.
2077020769
* To create a [Null MX Record](https://datatracker.ietf.org/doc/html/rfc7505), first [remove](/docs/api/domains/#domain-record-delete) any additional MX records, then create an MX record with empty strings (`""`) for the `target` and `name`. If a Domain has a Null MX record, new MX records cannot be created.

0 commit comments

Comments
 (0)