Tags
Update tag
Updates a tag definition's color. System tags cannot be updated.
patch/tags/{tagId}
Path parameters
tagIdstring required
Tag definition ID.
Request body
Example request
{
"color": "green"
}Response
Tag updated
Example response
{
"success": true,
"tag": {
"id": "tag_abc123",
"name": "premium",
"color": "#f97316"
}
}