diff --git a/website/content/api-docs/query.mdx b/website/content/api-docs/query.mdx index 2144b9c9a..d16ed07e8 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