Apply tags to an entity
Apply a set of tags to an entity, replacing the entity’s existing tags of the given tag type. Tags are auto-created if they do not exist, and an empty list clears the entity’s tags of that type.
Authorizations
An API key associated with a security role
Body
The ID of the entity to tag
"abc123"
The type of entity being tagged (e.g. transfer, withdrawal)
"withdrawal"
The complete set of tag names for the entity within the given tag type. Apply replaces the entity's tags of that type with this set: names not already present are added, names no longer present are removed, and an empty list clears all of the entity's tags of that type. Tags of other types are not affected.
The ownership type of a tag.
system, backoffice, client Response
Tags applied successfully
The tags applied to the entity, including their association metadata