From 813e053f62bb067d12a8a8965fe31ca82d938a27 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Fri, 23 Nov 2018 07:52:29 +0100 Subject: [PATCH] Fixed response classes in hlrc docs --- docs/java-rest/high-level/ccr/pause_follow.asciidoc | 2 +- docs/java-rest/high-level/ccr/resume_follow.asciidoc | 2 +- docs/java-rest/high-level/ccr/unfollow.asciidoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/java-rest/high-level/ccr/pause_follow.asciidoc b/docs/java-rest/high-level/ccr/pause_follow.asciidoc index 08acf7cadce..de81afa1e83 100644 --- a/docs/java-rest/high-level/ccr/pause_follow.asciidoc +++ b/docs/java-rest/high-level/ccr/pause_follow.asciidoc @@ -1,7 +1,7 @@ -- :api: ccr-pause-follow :request: PauseFollowRequest -:response: PauseFollowResponse +:response: AcknowledgedResponse -- [id="{upid}-{api}"] diff --git a/docs/java-rest/high-level/ccr/resume_follow.asciidoc b/docs/java-rest/high-level/ccr/resume_follow.asciidoc index 349440dbc94..18d69b69d49 100644 --- a/docs/java-rest/high-level/ccr/resume_follow.asciidoc +++ b/docs/java-rest/high-level/ccr/resume_follow.asciidoc @@ -1,7 +1,7 @@ -- :api: ccr-resume-follow :request: ResumeFollowRequest -:response: ResumeFollowResponse +:response: AcknowledgedResponse -- [id="{upid}-{api}"] diff --git a/docs/java-rest/high-level/ccr/unfollow.asciidoc b/docs/java-rest/high-level/ccr/unfollow.asciidoc index bb6dd654ed4..779b8c3f586 100644 --- a/docs/java-rest/high-level/ccr/unfollow.asciidoc +++ b/docs/java-rest/high-level/ccr/unfollow.asciidoc @@ -1,7 +1,7 @@ -- :api: ccr-unfollow :request: UnfollowRequest -:response: UnfollowResponse +:response: AcknowledgedResponse -- [id="{upid}-{api}"]