From 792f55091f11fef3e3909f4566b78f4c75b16b78 Mon Sep 17 00:00:00 2001 From: Michal Zoubek Date: Wed, 2 Aug 2023 15:10:55 +0200 Subject: [PATCH] Added missing requestBody to PUT upload --- spec/openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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