File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments