> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yampi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Message (Public)

> Actualiza un mensaje (ej. editar contenido).

Cuerpo según OpenAPI. <ParamField path="message_id" type="integer" required>ID del mensaje.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X PATCH 'https://app.yampi.ai/public/api/v1/inboxes/MI_INBOX/contacts/contact-1/conversations/100/messages/50' \
    -H 'Content-Type: application/json' -d '{"content":"Texto actualizado"}'
  ```
</RequestExample>
