Update message in conversation

POST

Update an existing message in a conversation.

This endpoint updates the content of an existing message in a conversation.

Path parameters

idstringRequired

The unique identifier of the conversation

message_idstringRequired

The ID of the message to update

Headers

X-API-KeystringRequired

Request

This endpoint expects an object.
contentstringOptional

The new content for the message

metadatamap from strings to optional stringsOptional

Additional metadata for the message

Response

Successful Response

resultsobject

Errors

Built with