update_tag
Update a tag's name or color, propagating changes to all assets using that tag.
Instructions
Update a tag's name or color. Side effect: changes apply to all assets using this tag.
Args:
tag_id: The tag's UUID.
name: New tag name. Omit to keep current.
color: New hex color (e.g. '#FF5733'). Omit to keep current.
Returns: JSON with the updated tag object.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | ||
| name | No | ||
| color | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |