update_task
Modify existing task details like content, priority, due date, labels, or project assignment to keep task management current and accurate.
Instructions
Update an existing task's fields
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to update | |
| content | No | New task title / content | |
| description | No | New description | |
| labels | No | New labels | |
| priority | No | New priority (1-4) | |
| due_date | No | New due date (YYYY-MM-DD) | |
| project_id | No | Move to project ID |