Tags
Adds a tag to the specified features
Add a tag to a list of features. Create tags if needed.
put/api/admin/projects/{projectId}/tags
Path parameters
projectIdstring required
Request body
Example request
{
"tags": {
"addedTags": [
{
"value": "tag-to-add",
"type": "simple"
}
],
"removedTags": [
{
"value": "tag-to-remove",
"type": "simple"
}
]
}
}Response
This response has no body.