vk_put_tasks_5a1099bfe4b5
Attach a label to a Vikunja task by providing the task ID and label object. Requires write access to the project.
Instructions
Add a label to a task. Raw Vikunja REST proxy for PUT /tasks/{task}/labels. Add a label to a task. The user needs to have write-access to the project to be able do this. 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 label object | |
| task | No | Task ID Required. |