update_task
Update an existing ClickUp task by modifying its name, status, description, assignees, priority, dates, parent task, or other task fields through the ClickUp API.
Instructions
Update an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| parent | No | Move to subtask of this task ID, or null to unparent | |
| status | No | ||
| task_id | Yes | The task ID | |
| archived | No | ||
| due_date | No | ||
| priority | No | ||
| assignees | No | ||
| start_date | No | ||
| description | No | ||
| due_date_time | No | ||
| time_estimate | No | ||
| custom_item_id | No | ||
| start_date_time | No | ||
| markdown_description | No |