Merge pull request #346 from her-finn/patch-1

Fixed wrong parameter at Storage endpoint
This commit is contained in:
Andris Reinman 2021-08-02 10:18:09 +03:00 committed by GitHub
commit 2f1ccd836b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1993,10 +1993,10 @@ paths:
encoding: {} encoding: {}
schema: schema:
required: required:
- body - content
type: object type: object
properties: properties:
body: content:
type: string type: string
format: binary format: binary
required: false required: false