Skip to content

[Update] Clarify MX records #575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16938,7 +16938,8 @@ components:

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

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

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

Expand Down Expand Up @@ -16966,8 +16967,8 @@ components:

`MX`: The mail server. Must be a valid domain unless creating a Null MX Record. 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 enter an empty string
(`""`) for this property. If a Domain has a Null MX record, new MX records cannot be created. Required.
[remove](/docs/api/domains/#domain-record-delete) any additional MX records, 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. Required.

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

Expand Down