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

* docs: fix agent catalog-services caching method
pull/15660/head
James Oulman 2 years ago committed by GitHub
parent b890c40ce4
commit 2da843818c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save