You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20732,7 +20732,10 @@ components:
20732
20732
`NS`: The subdomain, if any, to use with the Domain of the Record. Wildcard NS records (`*`) are not supported.
20733
20733
20734
20734
`MX`: The mail subdomain. For example, `sub` for the address `[email protected]` under the `example.com`
20735
-
Domain. Must be an empty string (`""`) for a Null MX Record.
20735
+
Domain.
20736
+
* The left-most subdomain component may be an asterix (`*`) to designate a wildcard subdomain.
20737
+
* 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.
20738
+
* Must be an empty string (`""`) for a Null MX Record.
20736
20739
20737
20740
`CNAME`: The hostname. Must be unique. Required.
20738
20741
@@ -20759,10 +20762,11 @@ components:
20759
20762
20760
20763
`NS`: The name server. Must be a valid domain. Required.
20761
20764
20762
-
`MX`: The mail server. Must be a valid domain unless creating a Null MX Record. To create a
20763
-
[Null MX Record](https://datatracker.ietf.org/doc/html/rfc7505), first
20764
-
[remove](/docs/api/domains/#domain-record-delete) any additional MX records, create an MX record with empty strings
20765
-
(`""`) for the `target` and `name`. If a Domain has a Null MX record, new MX records cannot be created. Required.
20765
+
`MX`: The mail server. Must be a valid domain unless creating a Null MX Record. Required.
20766
+
* Must have less than 254 total characters.
20767
+
* The left-most domain component may be an asterix (`*`) to designate a wildcard domain.
20768
+
* 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.
20769
+
* 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.
20766
20770
20767
20771
`CNAME`: The alias. Must be a valid domain. Required.
0 commit comments