You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/04/05 07:30:00 UTC

[hop] branch release1.2.0 updated: Update rest-api.adoc

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch release1.2.0
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/release1.2.0 by this push:
     new d5390d8a0e Update rest-api.adoc
     new 4c708a868f Merge pull request #1443 from openinbigdata/patch-2
d5390d8a0e is described below

commit d5390d8a0ebe65b925cf11a979a57f6f58954e9a
Author: Openin Big Data <43...@users.noreply.github.com>
AuthorDate: Mon Apr 4 15:13:22 2022 -0300

    Update rest-api.adoc
    
    Improving the doc with option not yet documented
---
 docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc b/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc
index c142d4e4b2..d38a04c41d 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc
@@ -129,6 +129,8 @@ endPoint::
 GET `hop/pipelineStatus`
 
 parameters::
+* xml: use XML (default: Y)
+* json: use JSON (default: Y)
 * name: name of the pipeline to get the status for
 * id: id of the pipeline to get the status for
 
@@ -189,6 +191,8 @@ endPoint::
 GET `hop/workflowStatus`
 
 parameters::
+* xml: use XML (default: Y)
+* json: use JSON (default: Y)
 * name: name of the workflow to get the status for
 * id: id of the workflow to get the status for