Update Message Status
Updates the status of a given message and older ones in the same room.
Request
PATCH https://api.meetinglawyers.com/chat/message/{message_id}
Headers
| Name | Value |
|---|---|
Api-Key | Integration identifier provided by MeetingLawyers |
Secret-Key | Security key provided by MeetingLawyers to securize server-to-server communications |
Content-Type | application/json |
Request body
Parameters
| Name | Type | Value |
|---|---|---|
status | String | Supported statuses: sent, received, read |
Example
{
"status": "read"
}