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 b61aa4309a [DOC] fix error in rest docs (#5849)
b61aa4309a is described below

commit b61aa4309a077cd57488d2a413b81db3f15bf500
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Oct 16 16:30:44 2025 +0200

    [DOC] fix error in rest docs (#5849)
---
 docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/rest.adoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/rest.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/rest.adoc
index 8fbc4a4f34..0037969ab9 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/rest.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/rest.adoc
@@ -115,8 +115,7 @@ TIP: To figure out what Headers are required, you can use 
Postman and remove as
 
 === Parameters Tab
 
-The Parameters tab enables you to define parameter values for POST, PUT, and 
DELETE requests.
-GET parameters should be part of the URL directly.
+The Parameters tab enables you to define parameter values for POST, GET, PUT, 
and DELETE requests.
 
 [options="header"]
 |===

Reply via email to