Skip to content

Commit 75824ec

Browse files
authored
Merge pull request #575 from bbiggerr/dns-mx-update
[Update] Clarify MX records
2 parents e311c9e + 6641245 commit 75824ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

openapi.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16938,7 +16938,8 @@ components:
1693816938

1693916939
`NS`: The subdomain, if any, to use with the Domain of the Record.
1694016940

16941-
`MX`: The mail server subdomain. Must be an empty string (`""`) for a Null MX Record.
16941+
`MX`: The mail subdomain. For example, `sub` for the address `[email protected]` under the `example.com`
16942+
Domain. Must be an empty string (`""`) for a Null MX Record.
1694216943

1694316944
`CNAME`: The hostname. Must be unique. Required.
1694416945

@@ -16966,8 +16967,8 @@ components:
1696616967

1696716968
`MX`: The mail server. Must be a valid domain unless creating a Null MX Record. To create a
1696816969
[Null MX Record](https://datatracker.ietf.org/doc/html/rfc7505), first
16969-
[remove](/docs/api/domains/#domain-record-delete) any additional MX records, then enter an empty string
16970-
(`""`) for this property. If a Domain has a Null MX record, new MX records cannot be created. Required.
16970+
[remove](/docs/api/domains/#domain-record-delete) any additional MX records, create an MX record with empty strings
16971+
(`""`) for the `target` and `name`. If a Domain has a Null MX record, new MX records cannot be created. Required.
1697116972

1697216973
`CNAME`: The alias. Must be a valid domain. Required.
1697316974

0 commit comments

Comments
 (0)