Update object storage bucket
PUT/backend/api/object-storage/storage/:id
Host: https://core.ocplanet.cloud
Update properties of an existing object storage bucket (for example, access level).
Request
Path Parameters
id uuidrequired
A UUID string identifying this Object Bucket.
- application/json
Body
private- privatepublic-read- public-readpublic-read-write- public-read-writeauthenticated-read- authenticated-readundefined- undefined
access AccessEnum
Possible values: [private, public-read, public-read-write, authenticated-read, undefined]
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
private- privatepublic-read- public-readpublic-read-write- public-read-writeauthenticated-read- authenticated-readundefined- undefined
access AccessEnum
Possible values: [private, public-read, public-read-write, authenticated-read, undefined]
{
"access": "private"
}
Loading...