POST api/2.0/files/tags
Creates a custom tag with the parameters specified in the request.
Name |
Description |
Type |
Example |
Name
sent in body
|
Tag name
|
System.String
|
|
POST api/2.0/files/tags
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Name": "some text"
}