Contents
Add document tag
Adds tags to the document.
Role
Administrator
Normal User
Method
POST
URL
/api/v2/documents/:documentId/tags
URL parameters
| Parameter Name | Type | Description |
|---|---|---|
| documentId | String | Document ID |
Form parameters
| Parameter Name | Type | Description |
|---|---|---|
| tagNames[] (Multiple) | String | Tag names to be added |
Response example
Response Body
[
{
"id": 11,
"name": "tag1"
},
{
"id": 12,
"name": "tag2"
}
]