update_goal
Update a ClickUp goal by modifying its name, due date, description, color, or owners. Only specified fields are changed, returning the updated goal.
Instructions
Update a Goal — change its name, due date, description, color, and add/remove owners. Only the provided fields change. Returns the updated Goal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | ID of the Goal to update. | |
| name | No | New name. Omit to keep the current name. | |
| due_date | No | New due date (natural language, ISO, or epoch ms). Omit to keep current. | |
| description | No | New description. Omit to keep current. | |
| rem_owners | No | User ids to remove from the Goal's owners. | |
| add_owners | No | User ids to add to the Goal's owners. | |
| color | No | New accent color as a hex string. |