From 7e9152fca4a1cf415bf74de5eb746485a10b95da Mon Sep 17 00:00:00 2001 From: Josh van Leeuwen Date: Sat, 10 Jun 2023 01:54:50 +0100 Subject: [PATCH] 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 * `character` -> `string` Signed-off-by: joshvanl --------- Signed-off-by: joshvanl Co-authored-by: Mark Fussell --- daprdocs/content/en/reference/api/state_api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daprdocs/content/en/reference/api/state_api.md b/daprdocs/content/en/reference/api/state_api.md index ffd073b98..7dc1600d9 100644 --- a/daprdocs/content/en/reference/api/state_api.md +++ b/daprdocs/content/en/reference/api/state_api.md @@ -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 `` +> field. + #### Request Body A JSON array of state objects. Each state object is comprised with the following fields: