mirror of https://github.com/hashicorp/consul
Fix typos and add expand wildcard ns docs
parent
3a8426de9c
commit
03aa0ee1c5
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue