vk_post_tasks_7f5babc1ed99
Bulk update all labels on a task in Vikunja by sending the complete label array. Labels not included are removed, new ones are added, and existing matching labels remain unchanged.
Instructions
Update all labels on a task.. Raw Vikunja REST proxy for POST /tasks/{taskID}/labels/bulk. Updates all labels on a task. Every label which is not passed but exists on the task will be deleted. Every label which does not exist on the task will be added. All labels which are passed and already exist on the task won't be touched. 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 |
|---|---|---|---|
| body | Yes | The array of labels | |
| taskID | No | Task ID Required. | |
| taskId | No | Task ID Required. | |
| task_id | No | Task ID Required. |