vk_post_tasks_08322d9fc186
Bulk add multiple assignees to a task, or clear all assignees by passing an empty array.
Instructions
Add multiple new assignees to a task. Raw Vikunja REST proxy for POST /tasks/{taskID}/assignees/bulk. Adds multiple new assignees to a task. The assignee needs to have access to the project, the doer must be able to edit this task. Every user not in the project will be unassigned from the task, pass an empty array to unassign everyone. 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 assignees | |
| taskID | No | Task ID Required. | |
| taskId | No | Task ID Required. | |
| task_id | No | Task ID Required. |