Create a bucket
post/bucket/
Query Parameters
authorization
REQUIRED
no typeResponses
Successful response
{
"schema": {
"description": "Successful response",
"type": "object",
"properties": {
"name": {
"type": "string",
"examples": [
"avatars"
]
}
},
"required": [
"name"
]
}
}