Update domain
update_domainUpdate a domain's catch-all address, forward domain, and mailbox/alias/storage limits, modifying only the fields you provide.
Instructions
Update a domain's settings: catch-all address, forward domain, and mailbox/alias/storage limits. Only the provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The domain name | |
| aliasLimit | No | Max aliases (null for no limit) | |
| mailboxLimit | No | Max mailboxes (null for no limit) | |
| forwardDomain | No | Forward domain name (null to remove the forward) | |
| catchAllAddress | No | Catch-all email address (null to remove the catch-all) | |
| totalStorageLimit | No | Total storage limit in GB (null for no limit) | |
| mailboxStorageLimit | No | Per-mailbox storage limit in GB (null for no limit) |