update_task
Modify an existing task by sending only the fields you want to change, such as title, due date, priority, tags, or contacts.
Instructions
Update an existing task. Only send fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task UUID | |
| date | No | Due date (YYYY-MM-DD) | |
| title | No | Task title | |
| tag_ids | No | Replace associated tags | |
| priority | No | Priority level | |
| date_type | No | Date type: specific (has a due date), asap (do as soon as possible), one_day (someday/no rush) | |
| contact_ids | No | Replace associated contacts | |
| description | No | Task description |