v1

latestOpenAPI 3.1.0MIT2026-07-26134154266.9 KB

Create or update a tag

Create a new tag or update an existing one. If a tag with this name already exists, it will be updated. Use exclude_from_auto_tagging to prevent the AI from auto-applying this tag.

put/tags

Request body

tag_namestring required

Tag name (e.g. "billing", "refund", "feature-request")

descriptionstring nullable

Short description of what this tag means (max 160 chars)

exclude_from_auto_taggingboolean

If true, the AI will never auto-apply this tag (default: false)

category_idstring uuid nullable

Assign the tag to a category (uuid), null to clear, omit to leave unchanged

Response

Default Response