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
name
The name of the tag type.
description
The description of the tag type.
icon
The icon of the tag type.
color
The hexadecimal color code for the tag type.
Response
validateTagTypeSchema
valid
Whether or not the tag type is valid.
tagType
A tag type.