vk_post_migratio_417aa4490490
Migrate data from a Vikunja export by importing projects, tasks, notes, reminders, subtasks, and files into Vikunja.
Instructions
Import all projects, tasks etc. from a Vikunja data export. Raw Vikunja REST proxy for POST /migration/vikunja-file/migrate. Imports all projects, tasks, notes, reminders, subtasks and files from a Vikunjda data 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. |