Update a mailbox domain
Domains
Update a mailbox domain
Upgrades a send-only domain to sending and receiving. Downgrades are rejected. After upgrade, the domain returns to pending until the required MX record verifies.
PATCH
Update a mailbox domain
Authorizations
Sendmux API key. Use a root API key for Management API routes, or a mailbox credential for Mailbox API routes. Obtain keys from the dashboard under API Keys.
Headers
Weak ETag from a prior GET. Reject with 409 conflict when the server's current ETag differs.
Path Parameters
Domain public ID
Example:
"mdom_clxxxxxxxxxxxxxxxxxxxxxxxxx"
Body
application/json
The only supported update is upgrading to send_receive.
Available options:
send_receive Example:
"send_receive"