Please use POST /conversations//read or PATCH /conversations/ 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).
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
The id of the conversation to update
Request body to update a Post
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.
OK
success