Set document's tags
PUT/documents/:documentId/tags
Set multiple tags to a document; this endpoint also accepts a different body parameter for setting a single tag
Request
Path Parameters
documentId stringrequired
Document Identifier
Query Parameters
siteId string
Site Identifier
- application/json
Body
required
Array [
]
tags
object[]
List of document tags
key stringrequired
Tag key
value string
Tag value
values string[]
Tag values
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
Loading...