PUT api/2.0/mail/conversations/tag/{tag_id}/set This function requires authentication

Description

Adds a tag specified in the request to the selected conversations.

Parameters
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}
Example
PUT api/2.0/mail/conversations/tag/1234/set
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "messages": [
    1234
  ]
}
Returns

Tag ID