Skip to main content

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

NameValue
Api-KeyIntegration identifier provided by MeetingLawyers
Secret-KeySecurity key provided by MeetingLawyers to securize server-to-server communications
Content-Typeapplication/json

Request body

Parameters

NameTypeValue
statusStringSupported statuses: sent, received, read

Example

{
"status": "read"
}