vk_post_tasks_09aa3369648d
Update an existing Vikunja task by its ID, including marking it as done. Send a JSON payload with the fields to change.
Instructions
Update a task. Raw Vikunja REST proxy for POST /tasks/{id}. Updates a task. This includes marking it as done. Assignees you pass will be updated, see their individual endpoints for more details on how this is done. To update labels, see the description of the endpoint. Pass the JSON request payload in the optional body field. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The Task ID Required. | |
| body | Yes | The task object |