Skip to content

Commit

Permalink
Fixed asciidoc response object reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sohaibiftikhar committed May 24, 2018
1 parent e77799d commit 977c259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/java-rest/high-level/cluster/put_pipeline.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include-tagged::{doc-tests}/ClusterClientDocumentationIT.java[put-pipeline-reque
--------------------------------------------------
include-tagged::{doc-tests}/ClusterClientDocumentationIT.java[put-pipeline-execute]
--------------------------------------------------
<1> Execute the request and get back the response in a GetPipelineResponse object.
<1> Execute the request and get back the response in a PutPipelineResponse object.

[[java-rest-high-cluster-put-pipeline-async]]
==== Asynchronous Execution
Expand Down Expand Up @@ -71,7 +71,7 @@ provided as an argument
<2> Called in case of failure. The raised exception is provided as an argument

[[java-rest-high-cluster-put-pipeline-response]]
==== Put Mapping Response
==== Put Pipeline Response

The returned `PutPipelineResponse` allows to retrieve information about the executed
operation as follows:
Expand Down

0 comments on commit 977c259

Please sign in to comment.