# Update a message by id **PATCH /chat/messages/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) The message id ### Body: application/json (object) - **content** (string) Message's content. - **active** (boolean) Message's active. ## Responses ### 200 Return the updated message ### 403 Forbidden - You don't have permission to access this route ### 404 Not found - The ambassador does not exist [Powered by Bump.sh](https://bump.sh)