Store Update Tags

Add or remove tags from an entity.

Example: POST /pulse/store/tags/update { “id”: “file-uuid”, “add_tags”: [“folder:marketing”, “folder:campaigns”], “remove_tags”: [“folder:archive”] }

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequired
Entity ID
add_tagslist of strings or nullOptional
Tags to add
remove_tagslist of strings or nullOptional
Tags to remove

Response

Successful Response
okboolean or nullDefaults to true
entityobject or null
Single entity response
entitieslist of objects or null
messagestring or null

Errors