Skip to main content
PATCH
Update a tag

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
number
required

The numeric identifier of the tag to update.

Body

application/json
name
string

Name of the tag

Example:

"feature"

color
string

Color of the tag in hex format

Example:

"#3B82F6"

groupId
string<uuid> | null

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

Example:

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

Response

The tag was updated successfully.