PUT api/2.0/mail/conversations/mark
Sets the status for the conversations specified by ids.
Name |
Description |
Type |
Example |
ids
sent in body
|
List of conversation ids for status changing.
|
System.Collections.Generic.List`1[System.Int32]
|
|
status
sent in body
|
String parameter specifies status for changing. Values: "read", "unread", "important" and "normal"
|
string
|
some text
|
PUT api/2.0/mail/conversations/mark
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"ids": [
1234
],
"status": "some text"
}
List of status changed conversations.