Merge pull request #10815 from hashicorp/docs/prepared-query-consistency-modes-3475

docs: Add supported consistency modes to prepared queries
This commit is contained in:
mrspanishviking 2021-09-03 07:43:40 -07:00 committed by GitHub
commit bffdce7c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -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`<sup>1</sup> |
| `NO` | `all` | `simple` | `depends`<sup>1</sup> |
<sup>1</sup> 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