diff --git a/docs/java-rest/high-level/indices/flush_synced.asciidoc b/docs/java-rest/high-level/indices/flush_synced.asciidoc index 66404fe0270..65afaa533a6 100644 --- a/docs/java-rest/high-level/indices/flush_synced.asciidoc +++ b/docs/java-rest/high-level/indices/flush_synced.asciidoc @@ -1,4 +1,4 @@ -[[java-rest-high-flush]] +[[java-rest-high-flush-synced]] === Flush Synced API [[java-rest-high-flush-synced-request]] @@ -60,7 +60,7 @@ include-tagged::{doc-tests}/IndicesClientDocumentationIT.java[flush-synced-execu provided as an argument <2> Called in case of failure. The raised exception is provided as an argument -[[java-rest-high-flush-response]] +[[java-rest-high-flush-synced-response]] ==== Flush Synced Response The returned `SyncedFlushResponse` allows to retrieve information about the @@ -88,4 +88,4 @@ By default, if the indices were not found, an `ElasticsearchException` will be t -------------------------------------------------- include-tagged::{doc-tests}/IndicesClientDocumentationIT.java[flush-synced-notfound] -------------------------------------------------- -<1> Do something if the indices to be flushed were not found \ No newline at end of file +<1> Do something if the indices to be flushed were not found