Browse Source

docs: fix missing agent caching method (#14928)

pull/14932/head
cskh 2 years ago committed by GitHub
parent
commit
7770be3d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      website/content/api-docs/catalog.mdx

4
website/content/api-docs/catalog.mdx

@ -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).

Loading…
Cancel
Save