For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
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}$"