v1

latestOpenAPI 3.0.32026-08-068925782.3 MB
Conversations

Update specific Message given by id of a given conversation.

put/conversations/{conversation_id}/messages/{id}

Path parameters

conversation_idstring required
idstring required

A unique value identifying this message.

Request body

idstring
conversationstring
createdstring date-time
textstring required
type'message' | 'state_change' | 'private'

Response

idstring
conversationstring
createdstring date-time
textstring required
type'message' | 'state_change' | 'private'