vk_put_tasks_6293a01ae4e2
Create a relation between two Vikunja tasks by task ID, with support for multiple relation kinds. Requires update permission on the base task and read permission on the other task.
Instructions
Create a new relation between two tasks. Raw Vikunja REST proxy for PUT /tasks/{taskID}/relations. Creates a new relation between two tasks. The user needs to have update permissions on the base task and at least read permissions on the other task. Both tasks do not need to be on the same project. Take a look at the docs for available task relation kinds. 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 relation object | |
| taskID | No | Task ID Required. | |
| taskId | No | Task ID Required. | |
| task_id | No | Task ID Required. |