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.