vk_put_migratio_991857c055fb
Preview CSV import by generating a sample of the first 5 tasks from your file and configuration, allowing you to verify import settings before applying them.
Instructions
Preview CSV import. Raw Vikunja REST proxy for PUT /migration/csv/preview. Generates a preview of the first 5 tasks that would be imported with the given 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. |