Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The request for a call to TagService.CreateTag.
The name for the new tag. If the tag already exists, an error is returned.
Response
A successful response.
The result of a call to TagService.CreateTag.