cURL
curl --request PUT \ --url https://api.b-bot.space/api/v2/store/items \ --header 'Content-Type: application/json' \ --header 'bbot-api-key: <api-key>' \ --data ' { "namespace": [ "<string>" ], "key": "<string>", "value": {} } '
"<string>"
API key for authentication
Request to store or update an item.
A list of strings representing the namespace path.
The unique identifier for the item within the namespace.
A dictionary containing the item's data.
Success