1
0

fix: accept for migrations

This commit is contained in:
Dominik Pschenitschni
2023-04-03 02:17:09 +02:00
committed by konrad
parent 441722372a
commit 8edbca39cf
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ func newLineSkipDecoder(r io.Reader, linesToSkip int) gocsv.SimpleDecoder {
// @Summary Import all projects, tasks etc. from a TickTick backup export
// @Description Imports all projects, tasks, notes, reminders, subtasks and files from a TickTick backup export into Vikunja.
// @tags migration
// @Accept json
// @Accept x-www-form-urlencoded
// @Produce json
// @Security JWTKeyAuth
// @Param import formData string true "The TickTick backup csv file."