vk_put_tasks_0c5b4fde0ccc
Duplicate a Vikunja task with all its labels, assignees, attachments, and reminders into the same project. Creates a 'copied from' relation between the new and original task.
Instructions
Duplicate a task. Raw Vikunja REST proxy for PUT /tasks/{taskID}/duplicate. Copies a task with all its properties (labels, assignees, attachments, reminders) into the same project. Creates a "copied from" relation between the new and original 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 | No | Optional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema. | |
| taskID | No | The task ID to duplicate Required. | |
| taskId | No | The task ID to duplicate Required. | |
| task_id | No | The task ID to duplicate Required. |