Mailbox management
Update a mailbox
Updates a given mailbox.
patch/1/mail_hostings/{mail_hosting_id}/mailboxes/{mailbox_name}
Path parameters
mail_hosting_idinteger required
The unique identifier (ID) of the mail hosting to request.
mailbox_namestring required
The username (that is the part before the @) of the email address you want to request.
Request body
Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.