update_task
Modify selected editable fields of a task, such as title, status, priority, or due date, while leaving other details unchanged.
Instructions
Patch any subset of editable fields on a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| title | No | ||
| description | No | ||
| status | No | ||
| priority | No | ||
| due_date | No | ||
| labels | No | ||
| category | No | ||
| estimated_hours | No | ||
| goal_id | No | ||
| project_id | No | ||
| scheduled_date | No | ||
| start_time | No | ||
| end_time | No | ||
| duration_minutes | No | ||
| task_type | No | ||
| why | No | ||
| sort_order | No |