v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBAdmin
Update Bucket
patch/api/storage/buckets/{bucketName}
Path parameters
bucketNamestring required
Request body
Example request
{
"isPublic": true
}Response
Bucket visibility updated successfully
Example response
{
"message": "Bucket visibility updated",
"bucket": "avatars",
"isPublic": true
}