clokio_update_task
Update task details such as status, priority, title, description, or due date. Only the fields you specify are changed, leaving others untouched.
Instructions
Update a task. Only the fields you pass are changed. status/priority/title/description/due_date are supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| status | No | Status slug | |
| due_date | No | YYYY-MM-DD, or empty string to clear | |
| priority | No | ||
| description | No |