update_task
Update a task by modifying only the fields you specify. Clear a field by setting it to an empty string.
Instructions
Update a task; only the fields you pass change (read-modify-write). Pass due="" to clear the due date, description="" to clear the description. Returns the updated task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | ||
| title | No | ||
| labels | No | ||
| task_id | Yes | ||
| priority | No | ||
| description | No |