clickup_tag_update
Update tag names and colors in ClickUp spaces. Changes automatically apply to all tasks using the tag, maintaining consistency across your workspace.
Instructions
Rename a tag or change its colours within a ClickUp space. All tasks using the tag are automatically updated with the new name/colours. Note: update uses fg_color/bg_color whereas tag_create uses tag_fg/tag_bg (API inconsistency). Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New tag name. Omit to keep current name. | |
| space_id | Yes | ID of the space containing the tag. Obtain from clickup_space_list (field: id). | |
| tag_bg | No | New pill (background) hex colour with leading '#'. Note: forwarded as bg_color to the API. | |
| tag_fg | No | New text (foreground) hex colour with leading '#'. Note: forwarded as fg_color to the API. | |
| tag_name | Yes | Current name of the tag to update. Obtain from clickup_tag_list (field: name). |