diff --git a/spec/openapi.yaml b/spec/openapi.yaml index bd2b1d7d..cfc450a2 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -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