diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index fd1c58c1e..6478c8f99 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -1439,7 +1439,7 @@ const docTemplate = `{ "JWTKeyAuth": [] } ], - "description": "Imports all projects, tasks, labels, checklists, and comments from a WeKan board JSON export into Vikunja.", + "description": "Imports all projects, tasks, labels, checklists, comments, and attachments from a WeKan board JSON export into Vikunja.", "consumes": [ "application/x-www-form-urlencoded" ], diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index a9446d293..93b1eef4d 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -1431,7 +1431,7 @@ "JWTKeyAuth": [] } ], - "description": "Imports all projects, tasks, labels, checklists, and comments from a WeKan board JSON export into Vikunja.", + "description": "Imports all projects, tasks, labels, checklists, comments, and attachments from a WeKan board JSON export into Vikunja.", "consumes": [ "application/x-www-form-urlencoded" ], diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index cc8b40a4e..b708cc619 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -2737,8 +2737,8 @@ paths: put: consumes: - application/x-www-form-urlencoded - description: Imports all projects, tasks, labels, checklists, and comments from - a WeKan board JSON export into Vikunja. + description: Imports all projects, tasks, labels, checklists, comments, and + attachments from a WeKan board JSON export into Vikunja. parameters: - description: The WeKan board JSON export file. in: formData