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"
}