PUT api/2.0/mail/conversations/tag/{tag_id}/set
Adds a tag specified in the request to the selected conversations.
Name |
Description |
Type |
Example |
tag_id
sent in url
|
Tag ID
|
number
|
1234
|
messages
sent in body
|
List of conversation IDs
|
System.Collections.Generic.List{System.Int32}
|
|
PUT api/2.0/mail/conversations/tag/1234/set
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"messages": [
1234
]
}