vk_put_tasks_2121c1502275
Assign a user to a task by submitting an assignee object with the task ID. Requires edit access and that the assignee has access to the project.
Instructions
Add a new assignee to a task. Raw Vikunja REST proxy for PUT /tasks/{taskID}/assignees. Adds a new assignee to a task. The assignee needs to have access to the project, the doer must be able to edit this task. 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 assingee object | |
| taskID | No | Task ID Required. | |
| taskId | No | Task ID Required. | |
| task_id | No | Task ID Required. |