Validate a tag type

Validates whether if the body of the request is a valid tag and whether the a tag type with that name already exists or not. If a tag type with the same name exists, this operation will return a 409 status code.

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

validateTagTypeSchema
validboolean
Whether or not the tag type is valid.
tagTypeobject
A tag type.

Errors