POST api/2.0/project/tag
Creates a new tag with the data specified in the request.
Name |
Description |
Type |
Example |
data
sent in body
|
Tag data
|
string
|
some text
|
POST api/2.0/project/tag
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"data": "some text"
}