From e5ed5ebf8ba8eb87443ca6acf9b54d755869ed74 Mon Sep 17 00:00:00 2001 From: Hanope Date: Tue, 25 Sep 2018 21:15:00 +0900 Subject: [PATCH] Fix "Query Parameters" section name Closes gh-14600 --- .../src/main/asciidoc/endpoints/caches.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/caches.adoc b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/caches.adoc index 7c795aca1e..ac31aa4fe6 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/caches.adoc +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/caches.adoc @@ -42,8 +42,8 @@ include::{snippets}caches/named/http-response.adoc[] -[[caches-named-request-structure]] -=== Request Structure +[[caches-named-query-parameters]] +=== Query Parameters If the requested name is specific enough to identify a single cache, no extra parameter is required. Otherwise, the `cacheManager` must be specified. The following table shows the supported query parameters: