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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}