Chats
Mark chat as read
Clears the unread badge on the connected engine for the given chat.
Requires chats:write.
Request
curl -X POST "https://api.blueticks.co/v1/chats//mark_read"{
"success": true,
"data": {
"ok": true
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"requestId": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
chatId*string
Response
Response Body
application/json
application/json