Skip to main content
PUT
/
store
/
items
"<string>"

Body

application/json

Request to store or update an item.

namespace
string[]
required

A list of strings representing the namespace path.

key
string
required

The unique identifier for the item within the namespace.

value
Value ยท object
required

A dictionary containing the item's data.

Response

Success