Complete task
complete_taskMarks a Vikunja task as done by its id, or reopens it by passing done=false. Use it to close tasks or undo completion through the Vikunja API.
Instructions
Mark a task as done (or reopen it with done=false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id | |
| done | No | false to reopen a completed task |