From a11ed1570a2236ceb0549842381c27dab4707657 Mon Sep 17 00:00:00 2001 From: Christoph Puhl Date: Thu, 5 Nov 2020 08:48:04 +0100 Subject: [PATCH] Add namespaces to prepared query API docs Add missing section on creating prepared query for namespaced services --- website/content/api-docs/query.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/api-docs/query.mdx b/website/content/api-docs/query.mdx index 510324c4a3..cf267a3996 100644 --- a/website/content/api-docs/query.mdx +++ b/website/content/api-docs/query.mdx @@ -177,6 +177,9 @@ The table below shows this endpoint's support for - `Service` `(string: )` - Specifies the name of the service to query. + + - `Namespace` `(string: "")` - 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