vk_put_migratio_da506ec8aeb9
Import all projects, tasks, notes, reminders, subtasks, and files from a TickTick backup export into Vikunja.
Instructions
Import all projects, tasks etc. from a TickTick backup export. Raw Vikunja REST proxy for PUT /migration/ticktick/migrate. Imports all projects, tasks, notes, reminders, subtasks and files from a TickTick backup 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. |