From 6982a3959854ff12cbde568befab9b2a43c310cd Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Tue, 29 Jan 2019 10:12:08 -0800 Subject: [PATCH] Remove the misleading default separator for listing keys. The default separator for key listing is an empty string - the docs incorrectly made it seem as if this was `/`. --- website/source/api/kv.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/kv.html.md b/website/source/api/kv.html.md index 339e6e7d732..49b5da656c6 100644 --- a/website/source/api/kv.html.md +++ b/website/source/api/kv.html.md @@ -62,7 +62,7 @@ The table below shows this endpoint's support for metadata). Specifying this implies `recurse`. This is specified as part of the URL as a query parameter. -- `separator` `(string: '/')` - Specifies the string to use as a separator +- `separator` `(string: '')` - Specifies the string to use as a separator for recursive key lookups. This option is only used when paired with the `keys` parameter to limit the prefix of keys returned, only up to the given separator. This is specified as part of the URL as a query parameter.