Merge pull request #344 from eikek/fix-upload-spec

Fix route in openapi spec for uploading
This commit is contained in:
mergify[bot]
2020-10-19 11:55:08 +00:00
committed by GitHub

View File

@ -212,7 +212,7 @@ paths:
application/json: application/json:
schema: schema:
$ref: "#/components/schemas/CheckFileResult" $ref: "#/components/schemas/CheckFileResult"
/sec/upload: /sec/upload/item:
post: post:
tags: [ Upload ] tags: [ Upload ]
summary: Upload files to docspell. summary: Upload files to docspell.
@ -226,7 +226,7 @@ paths:
The request must be a "multipart/form-data" request, where the The request must be a "multipart/form-data" request, where the
first part is optional and may contain upload metadata as first part is optional and may contain upload metadata as
JSON. Other parts specify the files. Multiple files can be 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 The upload meta data can be used to tell, whether multiple
files are one item, or if each file should become a single files are one item, or if each file should become a single