Update task
update_taskUpdate an existing Vikunja task by modifying only the fields you specify, like title, due date, or priority. Pass null to clear dates.
Instructions
Update fields of an existing task. Only the fields you pass are changed. To clear a date pass null. labelIds, when given, REPLACES the task's labels. Use complete_task to just mark a task done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id | |
| done | No | ||
| title | No | ||
| dueDate | No | ||
| endDate | No | ||
| labelIds | No | Replace labels with these ids | |
| priority | No | 0 = unset, 1 = low, 2 = medium, 3 = high, 4 = urgent, 5 = DO NOW | |
| projectId | No | Move the task to another project | |
| startDate | No | ||
| description | No | ||
| percentDone | No | Progress as a fraction 0–1 |