Skip to main content
PATCH

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

tag_id
string
required

Tag resource ID

Body

application/json

Partial update request. Only provided fields are updated.

tag_name
string | null

New tag display name. Normalized to lowercase before persistence.

Required string length: 1 - 200
Example:

"staging"

color
string | null

New hex color code (#RGB,

Maximum string length: 9
Pattern: ^#(?:[0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$
Example:

"#f59e0b"

Response

Tag updated successfully

tag
object
required

Tag resource. Tags are used to organize agents, personas, test sets, metrics, and run templates.