Mass Update document tag(s)
PATCH/documents/tags
This API request allows the adding/updating of multiple document tag(s) based on document(s) that have the matching tag.
Request
Query Parameters
siteId string
Site Identifier
- application/json
Body
required
Array [
]
match
object
required
tag
object
Match Document Tag
key stringrequired
Tag key
beginsWith string
Searches for strings that begin with
eq string
Searches for strings that eq
update
object
required
Data to update
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
- application/json
- Schema
- Example (from schema)
Schema
message string
response message
{
"message": "string"
}
Loading...