Update Task
personal_os_update_taskUpdate specific fields of an active task — title, status, priority, schedule, effort, or tags — while leaving all other attributes untouched.
Instructions
Partially update one owned active Task. Only supplied fields change; tag_ids replaces the complete Tag set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| due_at | No | Date/time accepted by the API; UTC ISO 8601 is recommended. | |
| effort | No | ||
| status | No | ||
| tag_ids | No | ||
| task_id | Yes | ||
| due_date | No | ||
| priority | No | ||
| sort_order | No | ||
| description | No | ||
| container_id | No | Owned active non-Area Container UUID. | |
| planned_for_date | No | ||
| estimated_minutes | No | Estimated total minutes to complete the Task (1-10080). Always total minutes — never send strings like '1.5 hours' or '1:30'. Null clears the estimate. |