vk_put_projects_60535a93f674
Duplicate an existing Vikunja project, copying tasks, files, kanban data, assignees, comments, labels, relations, backgrounds, permissions, and link shares to a new project under a specified parent.
Instructions
Duplicate an existing project. Raw Vikunja REST proxy for PUT /projects/{projectID}/duplicate. Copies the project, tasks, files, kanban data, assignees, comments, attachments, labels, relations, backgrounds, user/team permissions and link shares from one project to a new one. The user needs read access in the project and write access in the parent of the new project. 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 target parent project which should hold the copied project. | |
| projectID | No | The project ID to duplicate Required. | |
| projectId | No | The project ID to duplicate Required. | |
| project_id | No | The project ID to duplicate Required. |