update_tag
Update an existing tag's name and color by providing its ID, the current values, and the new values. Both fields are required, so fetch current data first.
Instructions
Update a tag. Both name and color are always applied, so pass the existing value for whichever one you are not changing — omitting a field is not supported by the API. Read current values with list_tags first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | Yes | Six-digit hex color code, with or without "#" (e.g. "#FF0000" or "FF0000"). | |
| tagId | Yes | Tag id from list_tags. | |
| collectiveId | Yes |