v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-06-11720209.3 KB
Chat Controller

Mark Message As Read

Mark message as read

put/chat/markMessageAsRead/{instance}

Path parameters

instancestring required

ID of the instance to connect

Request body

Response

Created

messagestring

A brief message describing the action performed.

readstring

The status of the read action.

Example response

{
  "message": "Read messages",
  "read": "success"
}