This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push: new 5a9027f4e4b Fix broken link in docs for website 5a9027f4e4b is described below commit 5a9027f4e4b7e6144672d9e9c51eac9a62e8e64f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jul 14 13:32:52 2023 +0200 Fix broken link in docs for website --- .../camel-dhis2-component/src/main/docs/dhis2-component.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc b/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc index 31ef3880bb2..d02c0bd4e06 100644 --- a/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc +++ b/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc @@ -260,7 +260,7 @@ below: | queryParams | Custom query parameters | Map |=== -In addition to the parameters above, the put/resource API can also use any of the link:#query-parameters[Query Parameters]. +In addition to the parameters above, the put/resource API can also use any of the query parameters. Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header. The message header name must be of the format CamelDhis2.parameter. The inBody parameter overrides message header, i.e. the endpoint parameter inBody=myParameterNameHere would override a CamelDhis2.myParameterNameHere header. @@ -325,7 +325,7 @@ below: | queryParams | Custom query parameters | Map |=== -In addition to the parameters above, the delete/resource API can also use any of the link:#query-parameters[Query Parameters]. +In addition to the parameters above, the delete/resource API can also use any of the query parameters. Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header. The message header name must be of the format CamelDhis2.parameter. The inBody parameter overrides message header, i.e. the endpoint parameter inBody=myParameterNameHere would override a CamelDhis2.myParameterNameHere header. @@ -390,7 +390,7 @@ The resourceTables/analytics API method has the parameters listed in the table b | interval | Duration in milliseconds between completeness checks | Integer |=== -In addition to the parameters above, the resourceTables/analytics API can also use any of the link:#query-parameters[Query Parameters]. +In addition to the parameters above, the resourceTables/analytics API can also use any of the query parameters. Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header. The message header name must be of the format CamelDhis2.parameter. The inBody parameter overrides message header, i.e. the endpoint parameter inBody=myParameterNameHere would override a CamelDhis2.myParameterNameHere header.