jsonUpsert
PUT/v1/kv/jsons/:key
jsonUpsert
Request
Example
{
"data": {
"key": "string",
"value": {},
"ttlSeconds": 86400
},
"meta": {
"correlationId": "28683605291",
"timestamp": "2024-01-01T00:00:00.000Z"
},
"errors": []
}Example
{
"meta": {
"correlationId": "28683605291",
"timestamp": "2024-01-01T00:00:00.000Z"
},
"errors": [
{
"code": "FAAS-500",
"message": "Internal Server Error!"
}
]
}