v16

latestOpenAPI 3.0.3raw.githubusercontent.com2026-04-243137121.5 KB
KV Buckets

Create or update a KV bucket

Creates a new key-value bucket with optional indexing or updates it if one does not exist

put/storage/kv/{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

max_value_sizeinteger

Updated maximum size of individual values in bytes

Response

Bad Request

messagestring

Example response

{
  "message": "success"
}