Skip to main content
PATCH
Update an execution tag

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string
required

UUID of the execution tag to update.

Body

application/json
name
string

Name of the tag

Example:

"important"

color
string

Color of the tag in hex format

Example:

"#3B82F6"

matchingMode
enum<string>

How the tag is matched to responses: exact links only responses whose text contains the tag name (default), semantic also links responses by meaning.

Available options:
exact,
semantic
Example:

"exact"

confirmVectorization
boolean

Acknowledges that enabling semantic matching starts indexing of the project recent responses. Required only above a size threshold.

Example:

true

groupId
string<uuid> | null

ID of the execution-taxonomy tag group to file the tag under, or null for ungrouped. Group assignment never triggers tag re-matching or re-embedding.

Example:

"018f3a2b-7c4d-7e91-b3f5-2a6c8d0e1f42"

Response