mirror of https://github.com/dapr/docs.git
Merge branch 'v1.11' into 1-11_ENDGAME
This commit is contained in:
commit
fac38c89db
|
@ -68,6 +68,9 @@ POST http://localhost:3500/v1.0/state/myStore?metadata.contentType=application/j
|
|||
```
|
||||
> All URL parameters are case-sensitive.
|
||||
|
||||
> Since `||` is a reserved string it cannot be used in the `<state key>`
|
||||
> field.
|
||||
|
||||
#### Request Body
|
||||
|
||||
A JSON array of state objects. Each state object is comprised with the following fields:
|
||||
|
|
Loading…
Reference in New Issue