mirror of https://github.com/dapr/docs.git
Merge pull request #2683 from hhunter-ms/issue_1638
[State API] change "data" to "value"
This commit is contained in:
commit
77e5b17e05
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue