Tags

Tags in API v3: list tags, create a tag, retrieve a tag, update a tag, delete a tag.

5 operations.

OperationSummary
GET /tagsList tags
POST /tagsCreate a tag
GET /tags/{tag_id}Retrieve a tag
PATCH /tags/{tag_id}Update a tag
DELETE /tags/{tag_id}Delete a tag