Update Message

Update a message in a thread.

Path parameters

group_idintegerRequired
thread_idintegerRequired
message_idintegerRequired

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
contentstringOptional

The content of the thread message

extramap from strings to optional anyOptional

Extra metadata for the thread message

Response

Successful Response

idinteger
group_idinteger
thread_idinteger
contentstringOptional

The content of the thread message

extramap from strings to optional anyOptional

Extra metadata for the thread message

created_atdatetimeOptional
updated_atdatetimeOptional
is_archivedbooleanOptional

Errors