Set a Value
POSThttps://api.anedya.io/v1/valuestore/setValue
Creates a value in the value store if does not exist, updates if exist.
note
You can store maximum of 512kB of data in a value
Request
Responses
- 200
OK
- curl
- nodejs
- python
- go
- rust
- csharp
- ruby
- php
- java
- powershell
- CURL
curl -L 'https://api.anedya.io/v1/valuestore/setValue' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"namespace": {
"scope": "global",
"id": "string"
},
"key": "string",
"value": "string",
"type": "string"
}'
ResponseClear