v1
Store

KV store write

post/v1/store

Request body

dataobject required

The data to store in the KV store.

namestring required

The name of the data to store in the KV store.

existing_version_idstring nullable

The version ID of the data in the KV store.

Response

Success

version_idstring required

The version ID of the data in the KV store.

Changes