Add a storage bucket

POST {{baseUrl}}/api/organizations/:organizationId/buckets

Add a storage bucket.

Request Body

{"name"=>"<string>", "accessKey"=>"<string>", "secretKey"=>"<string>", "endpoint"=>"<string>", "bucket"=>"<string>", "region"=>"<string>", "prefix"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}