Skip to main content
POST
CreateTag

Authorizations

Authorization
string
header
required

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 request for a call to TagService.CreateTag.

name
string
required

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.

tag
object