Tags
Create, update, and delete tags and tag types.
📄️ List all tags.
List all tags available in Unleash.
📄️ Create a new tag.
Create a new tag with the specified data.
📄️ List all tags of a given type.
List all tags of a given type. If the tag type does not exist it returns an empty list.
📄️ Get a tag by type and value.
Get a tag by type and value. Can be used to check whether a given tag already exists in Unleash or not.
📄️ Delete a tag.
Delete a tag by type and value. When a tag is deleted all references to the tag are removed.
📄️ Get all tag types
Get a list of all available tag types.
📄️ Create a tag type
Create a new tag type.
📄️ Validate a tag type
Validates whether if the body of the request is a valid tag and whether the a tag type with that name already exists or not. If a tag type with the same name exists, this operation will return a 409 status code.
📄️ Get a tag type
Get a tag type by name.
📄️ Update a tag type
Update the configuration for the specified tag type.
📄️ Delete a tag type
Deletes a tag type. If any features have tags of this type, those tags will be deleted.
📄️ Adds a tag to the specified features
Add a tag to a list of features. Create tags if needed.