Message Store
Update Message(s)
Updates message(s) by their ID(s). Currently, only the readStatus can be updated using this method.
Bulk syntax is supported, max number of IDs passed as query/path parameters is 50. Alternative bulk syntax is also supported - user messages can be updated by passing multiple IDs in request body as an array of string, max number of IDs passed in the body is 1000. In this case asterisk is used in the path instead of IDs.
put/restapi/v1.0/account/{accountId}/extension/{extensionId}/message-store/{messageId}
Request body
Response
Successful response (single message)
Example response
{
"id": 1724099032020
}