Create a bucket
post/bucket/
Query Parameters
- authorizationREQUIREDno type
Responses
Successful response
1{
2 "schema": {
3 "description": "Successful response",
4 "type": "object",
5 "properties": {
6 "name": {
7 "type": "string",
8 "examples": [
9 "avatars"
10 ]
11 }
12 },
13 "required": [
14 "name"
15 ]
16 }
17}