[skip ci] Updated swagger docs
This commit is contained in:
parent
85836076be
commit
88528d927e
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue