v16

latestOpenAPI 3.0.3raw.githubusercontent.com2026-04-243137121.5 KB
Object Store

Create or update object store

Creates a new object store bucket if one does not exist or updates it otherwise

put/storage/obj/{bucket}

Path parameters

bucketstring required

Name of the bucket

Request body

descriptionstring

Updated description of the bucket

max_bytesinteger

Updated maximum size of the bucket in bytes

Response

Bad Request

messagestring

Example response

{
  "message": "success"
}