Skip to content

Commit

Permalink
Added missing requestBody to PUT upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Zoubek committed Aug 2, 2023
1 parent c5789a8 commit 54a54b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,12 @@ paths:
$ref: "#/components/responses/Unauthorized"
put:
summary: upload file or create folder
requestBody:
content:
application/octet-stream:
schema:
type: string
format: binary
parameters:
- in: header
name: Content-Length
Expand Down

0 comments on commit 54a54b4

Please sign in to comment.