diff --git a/docs/java-rest/high-level/ccr/pause_follow.asciidoc b/docs/java-rest/high-level/ccr/pause_follow.asciidoc index 08acf7cadce8a..de81afa1e83b3 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 349440dbc9450..18d69b69d4979 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 bb6dd654ed4d1..779b8c3f586c4 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}"]