POST api/2.0/files/tags This function requires authentication

Description

Creates a custom tag with the parameters specified in the request.

Parameters
Name Description Type Example
Name
sent in body
Tag name string some text
Example
POST api/2.0/files/tags
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Name": "some text"
}
Returns

New tag name