List tags
Returns a list of all tags for an organization.
GET organizations/{organization}/tags
Create a tag
Creates a new tag with the provided properties.
POST organizations/{organization}/tags
Get tag
Returns details about a specific tag.
GET tags/{tag}
Update a tag
Updates a tag with the provided properties.
PATCH tags/{tag}
Delete a tag
Deletes a tag.
DELETE tags/{tag}