update_task
Update an existing task by providing its UUID and any fields to change. Modify title, notes, schedule, tags, project, area, deadline, or start date.
Instructions
Update an existing task. Only provided fields are changed.
Args: uuid: Task UUID (required). title: New title. notes: New notes. schedule: 'inbox', 'anytime', or 'someday'. tags: New tag list (replaces existing tags). project_uuid: Move to this project. area_uuid: Assign to this area. deadline: New deadline (Unix timestamp). start_date: New start date (Unix timestamp).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| title | No | ||
| notes | No | ||
| schedule | No | ||
| tags | No | ||
| project_uuid | No | ||
| area_uuid | No | ||
| deadline | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |