From 2da843818ccf12c07f240a3605646a2ad998da09 Mon Sep 17 00:00:00 2001 From: James Oulman Date: Fri, 2 Dec 2022 13:42:49 -0500 Subject: [PATCH] docs: fix agent catalog-services caching method (#15645) * docs: fix agent catalog-services caching method --- website/content/api-docs/catalog.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/api-docs/catalog.mdx b/website/content/api-docs/catalog.mdx index 51f3c18da8..89ad4bf201 100644 --- a/website/content/api-docs/catalog.mdx +++ b/website/content/api-docs/catalog.mdx @@ -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).