upservice_update_tag
Update a tag's name or color by providing its UUID and optionally new name or color.
Instructions
Update an existing tag's name or color.
Args: params (UpdateTagInput): tag_id (UUID str), name (optional), color (optional)
Returns: str: JSON of the updated tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |