# Update the specified mailbox. **PUT /api/v1/mailboxes/{uuid}** If the mailbox is disabled, we will disable the IMAP connection, which will stop webhooks being received for new messages. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **created_by** (object) The account that created this mailbox. - **type** (string) The type of mailbox this is. Possible values are: imap, gmail and outlook - **email** (string) The email address of the mailbox. - **name** (string) The name of the mailbox. - **state** (string) The status of the mailbox. Possible values are: init, syncing, connecting, connected, authenticationError, connectError, unset and disconnected - **enabled** (boolean) Whether the mailbox is enabled or not. - **message_count** (integer) The number of messages synced by this mailbox. [Powered by Bump.sh](https://bump.sh)