Chats v2
Mark chat messages as read (incoming / character messages)
patch/v2/chats/{id}/messages/read
Path parameters
idstring required
Request body
Example request
{
"messageIds": [
"message-id-1",
"message-id-2"
]
}Response
Messages updated
Changes
No recorded changes to this endpoint across all 1 revision of this API.