curl --request PUT \
--url https://api.b-bot.space/v2/store/items \
--header 'Content-Type: application/json' \
--data '{
"namespace": [
"<string>"
],
"key": "<string>",
"value": {}
}'
This response does not have an example.
curl --request PUT \
--url https://api.b-bot.space/v2/store/items \
--header 'Content-Type: application/json' \
--data '{
"namespace": [
"<string>"
],
"key": "<string>",
"value": {}
}'
This response does not have an example.
Request to store or update an item.
Success