Updates a message.

Updates a message.

Path parameters

messageUUIDstringRequired
The UUID of the message.

Request

The updates.
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
The timestamp of when the message was created.
metadatamap from strings to any
The metadata associated with the message.
namestring

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

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

Errors

404
Not Found Error
500
Internal Server Error