Fix typos and add expand wildcard ns docs

pull/6924/head
freddygv 2019-12-10 14:04:24 -07:00
parent 3a8426de9c
commit 03aa0ee1c5
6 changed files with 22 additions and 16 deletions

View File

@ -69,7 +69,9 @@ The table below shows this endpoint's support for
- `ns` `(string: "")` - **(Enterprise Only)** Specifies the namespace to query.
If not provided, the namespace will default to the `default` namespace.
This is specified as part of the URL as a query parameter. Added in Consul 1.7.0.
This is specified as part of the 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.
### Sample Request

View File

@ -237,7 +237,9 @@ The table below shows this endpoint's support for
- `ns` `(string: "")` - **(Enterprise Only)** Specifies the namespace to query.
If not provided, the namespace will default to the `default` namespace.
This is specified as part of the URL as a query parameter. Added in Consul 1.7.0.
This is specified as part of the URL as a query parameter.
The namespace may be specified as '*' and then results will be returned for all namespaces.
Added in Consul 1.7.0.
### Sample Request
@ -292,7 +294,9 @@ The table below shows this endpoint's support for
- `ns` `(string: "")` - **(Enterprise Only)** Specifies the namespace to query.
If not provided, the namespace will default to the `default` namespace.
This is specified as part of the URL as a query parameter. Added in Consul 1.7.0.
This is specified as part of the URL as a query parameter.
The namespace may be specified as '*' and then results will be returned for all namespaces.
Added in Consul 1.7.0.
### Sample Request