Skip to main content
POST
Create a tag group

Headers

x-project-id
string
required

Project ID to specify the project context

Body

application/json
name
string
required

Name of the tag group, unique per project and taxonomy.

Example:

"Selection criteria"

tagType
enum<string>
required

Which tag taxonomy this folder organizes: "query" tags or "execution" tags. Immutable after creation.

Available options:
query,
execution
Example:

"query"

color
string

Color of the tag group in hex format.

Example:

"#3B82F6"

Response

id
string<uuid>
required
tagType
enum<string>
required

Which tag taxonomy this folder organizes: "query" or "execution". Immutable.

Available options:
query,
execution
name
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
color
string | null

Color of the tag group in hex format.