PUT api/2.0/mail/conversations/mark This function requires authentication

Description

Sets a status to the conversations with the IDs specified in the request.

Parameters
Name Description Type Example
ids
sent in body
List of conversation IDs System.Collections.Generic.List{System.Int32}
status
sent in body
New status ("read", "unread", "important", or "normal") string some text
Example
PUT api/2.0/mail/conversations/mark
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "ids": [
    1234
  ],
  "status": "some text"
}
Returns

List of conversations with the changed status