update_tag
Update a tag's name or color, applying changes to all assets with 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 |
|---|---|---|---|
| name | No | ||
| color | No | ||
| tag_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |