Skip to main content
InsForge Docs home page
Search InsForge docs...
⌘K
Get Started
Get Started
Search...
Navigation
Admin
Update Bucket
Docs
Examples
API Reference
Community
Blog
Roadmap
Tables
Admin
Authentication
Client
Admin
Records
Client
Storage
Admin
GET
List All Buckets
POST
Create New Bucket
PATCH
Update Bucket
GET
List Objects in Bucket
DEL
Delete Bucket
Client
AI Integration
Admin
Client
Functions
Admin
Client
Secrets
Admin
Logs
Admin
Metadata
Admin
Health
Client
200
404
Copy
{
"message"
:
"Bucket visibility updated"
,
"bucket"
:
"avatars"
,
"isPublic"
:
true
}
Admin
Update Bucket
Copy page
Copy page
PATCH
/
api
/
storage
/
buckets
/
{bucketName}
Try it
200
404
Copy
{
"message"
:
"Bucket visibility updated"
,
"bucket"
:
"avatars"
,
"isPublic"
:
true
}
Authorizations
x-api-key
string
header
required
Path Parameters
bucketName
string
required
Body
application/json
isPublic
boolean
Example:
Response
200
application/json
message
string
Example:
bucket
string
Example:
isPublic
boolean
Example:
Create New Bucket
List Objects in Bucket
⌘I