v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
Chat Controller

Mark Message As Read

Mark message as read

post/chat/markMessageAsRead/{instance}

Path parameters

instancestring required

Name of the instance

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"
}