mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-25 16:45:05 +00:00
Merge pull request #344 from eikek/fix-upload-spec
Fix route in openapi spec for uploading
This commit is contained in:
commit
b323edc1f7
@ -212,7 +212,7 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/CheckFileResult"
|
||||
/sec/upload:
|
||||
/sec/upload/item:
|
||||
post:
|
||||
tags: [ Upload ]
|
||||
summary: Upload files to docspell.
|
||||
@ -226,7 +226,7 @@ paths:
|
||||
The request must be a "multipart/form-data" request, where the
|
||||
first part is optional and may contain upload metadata as
|
||||
JSON. Other parts specify the files. Multiple files can be
|
||||
specified, but at least on is required.
|
||||
specified, but at least one is required.
|
||||
|
||||
The upload meta data can be used to tell, whether multiple
|
||||
files are one item, or if each file should become a single
|
||||
|
Loading…
x
Reference in New Issue
Block a user