mirror of https://github.com/dapr/docs.git
remove optional
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
2eb5f3b8ee
commit
da62b1833c
|
@ -16,7 +16,7 @@ Even though the state store is a key/value store, the `value` might be a JSON do
|
|||
|
||||
## Querying the state
|
||||
|
||||
Submit query requests via HTTP POST/PUT or gRPC. The body of the request is the JSON map with 3 _optional_ entries:
|
||||
Submit query requests via HTTP POST/PUT or gRPC. The body of the request is the JSON map with 3 entries:
|
||||
|
||||
- `filter`
|
||||
- `sort`
|
||||
|
|
Loading…
Reference in New Issue