docs: fix typo in KV store API

This commit is contained in:
kevinpollet 2021-12-16 10:27:57 +01:00 committed by Blake Covarrubias
parent 27bd8ab28b
commit 6b9cec20f2
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ The table below shows this endpoint's support for
- `ns` `(string: "")` <EnterpriseAlert inline /> - Specifies the namespace to query.
If not provided, the namespace will be inferred from the request's ACL token,
or will default to the `default` namespace. This is specified as part of the
This is specified as part of the URL as a query parameter.
URL as a query parameter.
For recursive lookups, the namespace may be specified as '\*' and then results
will be returned for all namespaces. Added in Consul 1.7.0.