Add namespaces to prepared query API docs

Add missing section on creating prepared query for namespaced services
This commit is contained in:
Christoph Puhl 2020-11-05 08:48:04 +01:00 committed by cpu601
parent 8f2171d26c
commit a11ed1570a
1 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,9 @@ The table below shows this endpoint's support for
- `Service` `(string: <required>)` - Specifies the name of the service to
query.
- `Namespace` `(string: "")` <EnterpriseAlert inline /> - Specifies the Consul namespace
to query. If not provided the query will use Consul default namespace for resolution.
- `Failover` contains two fields, both of which are optional, and determine
what happens if no healthy nodes are available in the local datacenter when