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.