docs: fix agent catalog-services caching method (#15645)

* docs: fix agent catalog-services caching method
This commit is contained in:
James Oulman 2022-12-02 13:42:49 -05:00 committed by GitHub
parent 6d519c7343
commit 6321087fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -399,9 +399,9 @@ The table below shows this endpoint's support for
[agent caching](/api-docs/features/caching), and [agent caching](/api-docs/features/caching), and
[required ACLs](/api-docs/api-structure#authentication). [required ACLs](/api-docs/api-structure#authentication).
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required | | Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
| ---------------- | ----------------- | ------------- | -------------- | | ---------------- | ----------------- | -------------------- | -------------- |
| `YES` | `all` | `simple` | `service:read` | | `YES` | `all` | `background refresh` | `service:read` |
The corresponding CLI command is [`consul catalog services`](/commands/catalog/services). The corresponding CLI command is [`consul catalog services`](/commands/catalog/services).