update_goal
Update an existing ClickUp goal by modifying its name, description, due date, color, or owners.
Instructions
Update an existing ClickUp goal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name of the goal | |
| color | No | New hex color for the goal | |
| owners | No | Array of owner user IDs | |
| goal_id | Yes | The ID of the goal | |
| due_date | No | New due date as ms timestamp | |
| description | No | New description | |
| multiple_owners | No | Allow multiple owners |