Updates a message.

Updates a message.

Path parameters

messageUUIDstringRequired
The UUID of the message.

Request

This endpoint expects an object.
metadatamap from strings to anyRequired

Response

The updated message.
contentstring
The content of the message.
roleenum

The role of message sender (e.g., “user”, “system”).

created_atstring or null
The timestamp of when the message was created.
metadatamap from strings to any or null
The metadata associated with the message.
namestring or null

Customizable name of the sender of the message (e.g., “john”, “sales_agent”).

processedboolean or null
Whether the message has been processed.
uuidstring or null
The unique identifier of the message.

Errors