From 7622e520134858df474a99be9536eb2a87454115 Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Mon, 9 Aug 2021 14:29:43 -0700 Subject: [PATCH] docs: Add supported consistency modes to prepared queries Resolves #3475 --- website/content/api-docs/query.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/content/api-docs/query.mdx b/website/content/api-docs/query.mdx index 2144b9c9af..d16ed07e8b 100644 --- a/website/content/api-docs/query.mdx +++ b/website/content/api-docs/query.mdx @@ -176,9 +176,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. + 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 @@ -311,7 +311,7 @@ The table below shows this endpoint's support for | Blocking Queries | Consistency Modes | Agent Caching | ACL Required | | ---------------- | ----------------- | ------------- | ------------ | -| `NO` | `none` | `none` | `query:read` | +| `NO` | `all` | `none` | `query:read` | ### Parameters @@ -414,7 +414,7 @@ The table below shows this endpoint's support for | Blocking Queries | Consistency Modes | Agent Caching | ACL Required | | ---------------- | ----------------- | ------------- | ------------ | -| `NO` | `none` | `none` | `query:read` | +| `NO` | `all` | `none` | `query:read` | ### Parameters @@ -490,7 +490,7 @@ The table below shows this endpoint's support for | Blocking Queries | Consistency Modes | Agent Caching | ACL Required | | ---------------- | ----------------- | ------------- | --------------------- | -| `NO` | `none` | `simple` | `depends`1 | +| `NO` | `all` | `simple` | `depends`1 | 1 If an ACL Token was bound to the query when it was defined then it will be used when executing the request. Otherwise, the client's supplied ACL Token will @@ -619,7 +619,7 @@ The table below shows this endpoint's support for | Blocking Queries | Consistency Modes | Agent Caching | ACL Required | | ---------------- | ----------------- | ------------- | ------------ | -| `NO` | `none` | `none` | `query:read` | +| `NO` | `all` | `none` | `query:read` | ### Parameters