Update message in conversation

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

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

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