change data to value

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2022-07-27 15:55:24 -05:00
parent 5ad7b57e03
commit 9933408c9c
1 changed files with 2 additions and 2 deletions

View File

@ -250,12 +250,12 @@ curl http://localhost:3500/v1.0/state/myRedisStore/bulk \
[
{
"key": "key1",
"data": "value1",
"value": "value1",
"etag": "1"
},
{
"key": "key2",
"data": "value2",
"value": "value2",
"etag": "1"
}
]