v16

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

Create or update KV entry

Creates or updates a key-value entry in the specified bucket

put/storage/kv/{bucket}/entries/{key}

Path parameters

bucketstring required

Name of the bucket

keystring required

Key of the entry

Request body

KVEntryValue required

Value to store in KV entry

Response

Bad Request

messagestring

Example response

{
  "message": "success"
}