From 2bb9ac2b3d093be8f93188d9411df602461b754c Mon Sep 17 00:00:00 2001 From: her_finn <58078450+her-finn@users.noreply.github.com> Date: Sun, 1 Aug 2021 18:39:33 +0200 Subject: [PATCH] Fixed wrong parameter at Storage endpoint --- docs/api/openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/openapi.yml b/docs/api/openapi.yml index 5a24401b..ff37c4c9 100644 --- a/docs/api/openapi.yml +++ b/docs/api/openapi.yml @@ -1993,10 +1993,10 @@ paths: encoding: {} schema: required: - - body + - content type: object properties: - body: + content: type: string format: binary required: false