Tags
With these endpoints you can manage Tags. Tags are stored under a Product. You can and add a Tag to a Feature Flag or Setting using the Update Flag endpoint.
📄️ List Tags
This endpoint returns the list of the Tags in a
📄️ Create Tag
This endpoint creates a new Tag in a specified Product
📄️ List Settings by Tag
This endpoint returns the list of the Settings that
📄️ Get Tag
This endpoint returns the metadata of a Tag
📄️ Update Tag
This endpoint updates a Tag identified by the `tagId` parameter.
📄️ Delete Tag
This endpoint deletes a Tag identified by the `tagId` parameter. To remove a Tag from a Feature Flag or Setting use the [Update Flag](/docs/api/reference/update-setting) endpoint.