# Update chat message **PUT /data/chat-messages/{instance_id}** Update a chat message with data provided in the request body. JSON format is expected. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **instance_id** (string(uuid)) ### Body: application/json (object) - **text** (string) ## Responses ### 200 Chat message updated successfully #### Body: application/json (object) - **id** (string(uuid)) - **chat_id** (string(uuid)) - **person_id** (string(uuid)) - **text** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)