vk_put_migratio_49ef754325c0
Import projects, tasks, labels, checklists, comments, and attachments from a WeKan board JSON export into Vikunja. Provide the export file as multipart form data to migrate your WeKan data.
Instructions
Import all projects, tasks etc. from a WeKan board export. Raw Vikunja REST proxy for PUT /migration/wekan/migrate. Imports all projects, tasks, labels, checklists, comments, and attachments from a WeKan board JSON export into Vikunja. Pass multipart form data in the form field. File values use an object with filename, contentBase64 and optional contentType. Multi-file fields accept arrays. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Form fields: import. Required: import. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | Yes | Multipart form data fields: import (string, required). Use file objects shaped like { filename, contentBase64, contentType? }. Non-file objects are JSON-stringified before upload. |