docs: fix missing agent caching method (#14928)

This commit is contained in:
cskh 2022-10-10 14:38:04 -04:00 committed by GitHub
parent a3fccf5e5b
commit 325eb4e8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ The table below shows this endpoint's support for
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
| ---------------- | ----------------- | ------------- | ------------ |
| `NO` | `none` | `none` | `none` |
| `NO` | `none` | `simple` | `none` |
The corresponding CLI command is [`consul catalog datacenters`](/commands/catalog/datacenters).
@ -401,7 +401,7 @@ The table below shows this endpoint's support for
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
| ---------------- | ----------------- | ------------- | -------------- |
| `YES` | `all` | `none` | `service:read` |
| `YES` | `all` | `simple` | `service:read` |
The corresponding CLI command is [`consul catalog services`](/commands/catalog/services).