vk_put_migratio_97425315f880
Import tasks from a CSV file into Vikunja using a specified configuration. Provide the CSV file and config as multipart form data to migrate tasks.
Instructions
Import CSV file. Raw Vikunja REST proxy for PUT /migration/csv/migrate. Imports tasks from a CSV file into Vikunja with the provided configuration. 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, config. Required: import, config. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | Yes | Multipart form data fields: import (file, required); config (string, required). Use file objects shaped like { filename, contentBase64, contentType? }. Non-file objects are JSON-stringified before upload. |