Create a tag type

Create a new tag type.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Request

tagTypeSchema
namestringRequired
The name of the tag type.
descriptionstringOptional
The description of the tag type.
iconstring or nullOptional
The icon of the tag type.
colorstring or nullOptionalformat: "^#[0-9A-Fa-f]{6}$"
The hexadecimal color code for the tag type.

Response headers

locationstring or null
The location of the newly created resource.

Response

The resource was successfully created.
namestring
The name of the tag type.
descriptionstring or null
The description of the tag type.
iconstring or null
The icon of the tag type.
colorstring or nullformat: "^#[0-9A-Fa-f]{6}$"
The hexadecimal color code for the tag type.

Errors