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: {}
schema:
required:
- body
- content
type: object
properties:
body:
content:
type: string
format: binary
required: false