Update storage bucket

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

Updates storage bucket details. This only updates fields that were set in the request body.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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