Contents

Add document tag

Adds tags to the document.

Role

Administrator
Normal User

Method

POST

URL

/api/v2/documents/:documentId/tags

URL parameters

Parameter NameTypeDescription
documentIdStringDocument ID

Form parameters

Parameter NameTypeDescription
tagNames[]
(Multiple)
StringTag names to be added

Response example

Response Body

[
    {
        "id": 11,
        "name": "tag1"
    },
    {
        "id": 12,
        "name": "tag2"
    }
]