mirror of https://github.com/status-im/consul.git
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:
commit
bffdce7c1e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue