mirror of https://github.com/dapr/docs.git
Document that `||` is a reserved string that cannot be used in state keys. (#3524)
* Document that `||` is a reserved key that cannot be used in state keys. Signed-off-by: joshvanl <me@joshvanl.dev> * `character` -> `string` Signed-off-by: joshvanl <me@joshvanl.dev> --------- Signed-off-by: joshvanl <me@joshvanl.dev> Co-authored-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
7aeab68b33
commit
7e9152fca4
|
@ -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