Skip to main content
PUT
Modify data in store

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

store_id
integer<int64>
required

Id of the store

Query Parameters

force
boolean
default:false

Force data type change

Body

application/json

Key-value pair details

key
string
required

Key of the item

Required string length: 1 - 256
datatype
enum<string>
required

Data type of the item

Available options:
kv,
sorted_set,
bloom_filter
op
enum<string>
required

Data operation

Available options:
add,
del_key,
del_entries
payload
object

KV pair value

Response

Store modifications applied successfully, returns operation statistics

del_count
integer
required

Number of deletes from the store

revision
integer<int64>
required

Current store revision

store_size
integer
required

Total store size in bytes

write_count
integer
required

Number of writes to the store

write_size
integer
required

Size data written to the store in bytes