v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Messages

Update conversation

Please use POST /conversations/{conversation_id}/read or PATCH /conversations/{conversation_id} instead.

The only updatable field is "is_read". It will be set for the user that performs the request ("is_read" may have different values for different users).

post/conversations/{conversation_id}

Path parameters

conversation_idinteger required

The id of the conversation to update

Request body

is_readboolean

Whether the last message received was read.
This property is scoped to the user who performs the request.
Multiple users can have a different is_read status for the same conversation.

Response

OK

status'success'