This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 58b3d6f591 Fix REST web service parameter docs (#7139)
58b3d6f591 is described below
commit 58b3d6f591642f7dc26da0db5c55fc97446bbfe5
Author: BharatDeva <[email protected]>
AuthorDate: Mon May 18 03:22:24 2026 -0500
Fix REST web service parameter docs (#7139)
The REST execution example uses the JSON field service, while the option
list below it still described the same field as execute. Update the option list
to match the example and the Hop Server web service documentation.
Addresses #3277.
Signed-off-by: BharatDeva <[email protected]>
Co-authored-by: BharatDeva <[email protected]>
---
docs/hop-user-manual/modules/ROOT/pages/hop-rest/index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/hop-user-manual/modules/ROOT/pages/hop-rest/index.adoc
b/docs/hop-user-manual/modules/ROOT/pages/hop-rest/index.adoc
index 3132f15762..2569055992 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-rest/index.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-rest/index.adoc
@@ -270,7 +270,7 @@ The 'Execution' services are deployed under sub-path
`execution/`.
The body to post can contain the following options (see also: the example
above)
-* `execute`: the name of the Web Service metadata element to use
+* `service`: the name of the Web Service metadata element to use
* `runConfig`: the name of the pipeline run configuration to use
* `variables`: a map with variables (or parameters) with their names and values
* `bodyContent`: this will be set as a variable using the body content
variable option in the Web Service metadata.