Skip to content

Commit

Permalink
fix: added body request update bucket of the edge storage
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelbm committed Mar 26, 2024
1 parent 479c815 commit 4665ae2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ paths:
required: true
tags:
- storage
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/BucketUpdate'
security:
- tokenAuth: []
responses:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4665ae2

Please sign in to comment.