clickup_update_goal
Update a ClickUp goal's name, due date, description, owners, or color. Add or remove owners incrementally without replacing them.
Instructions
Update an existing Goal's name, due date, description, owners, or color.
Owners are changed incrementally via add_owners/rem_owners rather
than a full replacement list.
When to Use:
Renaming a Goal, pushing its due date, or changing who owns it.
When NOT to Use:
Editing a Key Result's progress — use
clickup_edit_key_result.
Returns: A confirmation string with the Goal's fields after the update.
Examples: params = {"goal_id": "e53a033c-1146-4b58-b498-7ec39b5661c2", "add_owners": [123]}
Error Handling: 404 means the goal_id does not exist; 400 means a field value was rejected (e.g. malformed color or due_date).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |