Skip to main content
PATCH
Update a storage bucket

Authorizations

Authorization
string
header
required

Pass an API key or JWT token. API keys can be sent as Authorization: Bearer <key> or Authorization: <key>.

Path Parameters

tenant_id
string
required

The tenant's unique identifier.

config_id
string
required

The storage configuration (bucket) identifier, e.g. cfg_a1b2c3d4e5f6.

Body

application/json

Only safe fields are updatable. default_bucket and base_path cannot be changed — doing so would orphan existing files. Create a new bucket instead.

name
string | null

New human-friendly label for this bucket.

Required string length: 1 - 100
access_key_id
string | null

New AWS access key ID (for key rotation).

Required string length: 16 - 128
secret_access_key
string | null

New AWS secret access key (for key rotation).

Minimum string length: 1
region
string | null

AWS region.

is_active
boolean | null

Enable or disable this bucket for routing.

Response

Storage bucket updated.

status
enum<string>
Available options:
SUCCESS
message
string
data
object
timestamp
string<date-time>