vk_post_tasks_f2d79f6a8a47
Update a Vikunja task's position by sending its task ID and a JSON body with the new position values.
Instructions
Updates a task position. Raw Vikunja REST proxy for POST /tasks/{id}/position. Updates a task position. 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 | Task ID Required. | |
| body | Yes | The task position with updated values you want to change. |