v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Edge Storage

Modify data in store

put/fastedge/v1/kv/{store_id}/data

Path parameters

store_idinteger required

Id of the store

Query parameters

forceboolean

Force data type change

Request body

keystring required

Key of the item

datatype'kv' | 'sorted_set' | 'bloom_filter' required

Data type of the item

op'add' | 'del_key' | 'del_entries' required

Data operation

Example request

[
  {
    "payload": {
      "value": "John Doe",
      "encoding": "plain",
      "expiry": "2024-12-31T23:59:59Z"
    }
  }
]

Response

Store modifications applied successfully, returns operation statistics

del_countinteger required

Number of deletes from the store

revisioninteger required

Current store revision

store_sizeinteger required

Total store size in bytes

write_countinteger required

Number of writes to the store

write_sizeinteger required

Size data written to the store in bytes