v1

latestOpenAPI 3.0.32026-07-26710398.3 KB
Project

Create Tag

Create a new tag within a project

post/tags

Request body

namestring required
color'gray' | 'red' | 'orange' | 'yellow' | 'lime' | 'green' | 'cyan' | 'blue' | 'purple' | 'fuchsia' | 'pink' | 'emerald' | 'amber' | 'violet' | 'indigo' | 'teal' | 'sky' | 'rose' | 'slate' | 'zinc' | 'neutral' | 'stone'
groupstring nullable

Optional tag group. Tags sharing a group are colored as a unit, so a grouped tag inherits the group's color and the color field is ignored.

Example request

{
  "group": "persona"
}

Response

Tag created successfully

idstring required

Example response

{
  "id": "tg_23abec5b-100a-4261-9ee7-1effe68f0149"
}