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:
16938
16938
16939
16939
`NS`: The subdomain, if any, to use with the Domain of the Record.
16940
16940
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.
16942
16943
16943
16944
`CNAME`: The hostname. Must be unique. Required.
16944
16945
@@ -16966,8 +16967,8 @@ components:
16966
16967
16967
16968
`MX`: The mail server. Must be a valid domain unless creating a Null MX Record. To create a
16968
16969
[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.
16971
16972
16972
16973
`CNAME`: The alias. Must be a valid domain. Required.
16973
16974
You can’t perform that action at this time.
0 commit comments