Merge pull request #2683 from hhunter-ms/issue_1638

[State API] change "data" to "value"
This commit is contained in:
greenie-msft 2022-08-03 08:34:21 -07:00 committed by GitHub
commit 77e5b17e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
]