From 4665ae230459eb6b9cb5d890ba04e13468a511b4 Mon Sep 17 00:00:00 2001 From: maxwelbm Date: Tue, 26 Mar 2024 20:37:20 -0300 Subject: [PATCH] fix: added body request update bucket of the edge storage --- storage.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/storage.yaml b/storage.yaml index d2ba0c7..155eb09 100644 --- a/storage.yaml +++ b/storage.yaml @@ -335,6 +335,11 @@ paths: required: true tags: - storage + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/BucketUpdate' security: - tokenAuth: [] responses: @@ -422,6 +427,13 @@ components: required: - edge_access - name + BucketUpdate: + type: object + properties: + edge_access: + $ref: '#/components/schemas/EdgeAccessEnum' + required: + - edge_access BucketObject: type: object properties: