You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/09/03 01:21:45 UTC

[camel-kafka-connector] 08/08: [create-pull-request] automated change

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

github-bot pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 31bd9a103c1f2519828f696fc0c98e70f460d0dd
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Sep 2 06:00:51 2020 +0000

    [create-pull-request] automated change
---
 ...aws2-kinesis-firehose-kafka-sink-connector.adoc |  4 ++--
 ...amelAws2kinesisfirehoseSinkConnectorConfig.java |  4 ++--
 .../main/docs/camel-fhir-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-fhir-kafka-source-connector.adoc    |  2 +-
 .../examples/CamelFhirSinkConnector.properties     |  2 +-
 .../examples/CamelFhirSourceConnector.properties   |  2 +-
 .../fhir/CamelFhirSinkConnectorConfig.java         |  2 +-
 .../fhir/CamelFhirSourceConnectorConfig.java       |  2 +-
 .../docs/camel-olingo2-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-olingo2-kafka-source-connector.adoc |  2 +-
 .../examples/CamelOlingo2SinkConnector.properties  |  2 +-
 .../CamelOlingo2SourceConnector.properties         |  2 +-
 .../olingo2/CamelOlingo2SinkConnectorConfig.java   |  2 +-
 .../olingo2/CamelOlingo2SourceConnectorConfig.java |  2 +-
 .../docs/camel-olingo4-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-olingo4-kafka-source-connector.adoc |  2 +-
 .../examples/CamelOlingo4SinkConnector.properties  |  2 +-
 .../CamelOlingo4SourceConnector.properties         |  2 +-
 .../olingo4/CamelOlingo4SinkConnectorConfig.java   |  2 +-
 .../olingo4/CamelOlingo4SourceConnectorConfig.java |  2 +-
 .../docs/camel-zendesk-kafka-sink-connector.adoc   |  9 +++++++--
 .../docs/camel-zendesk-kafka-source-connector.adoc |  9 +++++++--
 .../examples/CamelZendeskSinkConnector.properties  |  2 +-
 .../CamelZendeskSourceConnector.properties         |  2 +-
 .../zendesk/CamelZendeskSinkConnectorConfig.java   | 22 +++++++++++++++++++++-
 .../zendesk/CamelZendeskSourceConnectorConfig.java | 22 +++++++++++++++++++++-
 ...aws2-kinesis-firehose-kafka-sink-connector.adoc |  4 ++--
 .../camel-fhir-kafka-sink-connector.adoc           |  2 +-
 .../camel-fhir-kafka-source-connector.adoc         |  2 +-
 .../camel-olingo2-kafka-sink-connector.adoc        |  2 +-
 .../camel-olingo2-kafka-source-connector.adoc      |  2 +-
 .../camel-olingo4-kafka-sink-connector.adoc        |  2 +-
 .../camel-olingo4-kafka-source-connector.adoc      |  2 +-
 .../camel-zendesk-kafka-sink-connector.adoc        |  9 +++++++--
 .../camel-zendesk-kafka-source-connector.adoc      |  9 +++++++--
 35 files changed, 102 insertions(+), 42 deletions(-)

diff --git a/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/docs/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc b/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/docs/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc
index b5a0cd8..086d57e 100644
--- a/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/docs/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/docs/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc
@@ -33,7 +33,7 @@ The camel-aws2-kinesis-firehose sink connector supports 27 options, which are li
 | *camel.sink.endpoint.amazonKinesisFirehoseClient* | Amazon Kinesis Firehose client to use for all requests for this endpoint | null | MEDIUM
 | *camel.sink.endpoint.autoDiscoverClient* | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking | true | MEDIUM
 | *camel.sink.endpoint.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.sink.endpoint.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [updateDestination] | null | MEDIUM
+| *camel.sink.endpoint.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [describeDeliveryStream] [updateDestination] | null | MEDIUM
 | *camel.sink.endpoint.proxyHost* | To define a proxy host when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.sink.endpoint.proxyPort* | To define a proxy port when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.sink.endpoint.proxyProtocol* | To define a proxy protocol when instantiating the Kinesis Firehose client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
@@ -47,7 +47,7 @@ The camel-aws2-kinesis-firehose sink connector supports 27 options, which are li
 | *camel.component.aws2-kinesis-firehose.autoDiscover Client* | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking | true | MEDIUM
 | * camel.component.aws2-kinesis-firehose.configuration* | Component configuration | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is [...]
-| *camel.component.aws2-kinesis-firehose.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [updateDestination] | null | MEDIUM
+| *camel.component.aws2-kinesis-firehose.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [describeDeliveryStream] [updateDestination] | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.proxyHost* | To define a proxy host when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.proxyPort* | To define a proxy port when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.proxy Protocol* | To define a proxy protocol when instantiating the Kinesis Firehose client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
diff --git a/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesisfirehose/CamelAws2kinesisfirehoseSinkConnectorConfig.java b/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesisfirehose/CamelAws2kinesisfirehoseSinkConnectorConfig.java
index 381b3a2..f95c875 100644
--- a/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesisfirehose/CamelAws2kinesisfirehoseSinkConnectorConfig.java
+++ b/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesisfirehose/CamelAws2kinesisfirehoseSinkConnectorConfig.java
@@ -39,7 +39,7 @@ public class CamelAws2kinesisfirehoseSinkConnectorConfig
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_LAZY_START_PRODUCER_DOC = "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Be [...]
     public static final Boolean CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_LAZY_START_PRODUCER_DEFAULT = false;
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_OPERATION_CONF = "camel.sink.endpoint.operation";
-    public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_OPERATION_DOC = "The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [updateDestination]";
+    public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_OPERATION_DOC = "The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [describeDeliveryStream] [updateDestination]";
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_OPERATION_DEFAULT = null;
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_PROXY_HOST_CONF = "camel.sink.endpoint.proxyHost";
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_PROXY_HOST_DOC = "To define a proxy host when instantiating the Kinesis Firehose client";
@@ -81,7 +81,7 @@ public class CamelAws2kinesisfirehoseSinkConnectorConfig
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_LAZY_START_PRODUCER_DOC = "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. B [...]
     public static final Boolean CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_LAZY_START_PRODUCER_DEFAULT = false;
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_OPERATION_CONF = "camel.component.aws2-kinesis-firehose.operation";
-    public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_OPERATION_DOC = "The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [updateDestination]";
+    public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_OPERATION_DOC = "The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [describeDeliveryStream] [updateDestination]";
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_OPERATION_DEFAULT = null;
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_PROXY_HOST_CONF = "camel.component.aws2-kinesis-firehose.proxyHost";
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_PROXY_HOST_DOC = "To define a proxy host when instantiating the Kinesis Firehose client";
diff --git a/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-sink-connector.adoc b/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-sink-connector.adoc
index 6c2cfea..69eaaaf 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-sink-connector.adoc
+++ b/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-sink-connector.adoc
@@ -29,7 +29,7 @@ The camel-fhir sink connector supports 55 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.sink.path.apiName* | What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate] | null | HIGH
+| *camel.sink.path.apiName* | What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE] | null | HIGH
 | *camel.sink.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.sink.endpoint.encoding* | Encoding to use for all request One of: [JSON] [XML] | null | MEDIUM
 | *camel.sink.endpoint.fhirVersion* | The FHIR Version to use One of: [DSTU2] [DSTU2_HL7ORG] [DSTU2_1] [DSTU3] [R4] [R5] | "R4" | MEDIUM
diff --git a/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-source-connector.adoc b/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-source-connector.adoc
index 30e6cfc..ad28d09 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-source-connector.adoc
+++ b/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-source-connector.adoc
@@ -29,7 +29,7 @@ The camel-fhir source connector supports 73 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.source.path.apiName* | What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate] | null | HIGH
+| *camel.source.path.apiName* | What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE] | null | HIGH
 | *camel.source.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.source.endpoint.encoding* | Encoding to use for all request One of: [JSON] [XML] | null | MEDIUM
 | *camel.source.endpoint.fhirVersion* | The FHIR Version to use One of: [DSTU2] [DSTU2_HL7ORG] [DSTU2_1] [DSTU3] [R4] [R5] | "R4" | MEDIUM
diff --git a/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSinkConnector.properties b/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSinkConnector.properties
index 8f85419..ad45fc9 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSinkConnector.properties
+++ b/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSinkConnector.properties
@@ -28,7 +28,7 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate]
+# What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE]
 camel.sink.path.apiName=
 # What sub operation to use for the selected operation
 camel.sink.path.methodName=
diff --git a/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSourceConnector.properties b/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSourceConnector.properties
index db8295a..2fc78cd 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSourceConnector.properties
+++ b/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSourceConnector.properties
@@ -28,7 +28,7 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate]
+# What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE]
 camel.source.path.apiName=
 # What sub operation to use for the selected operation
 camel.source.path.methodName=
diff --git a/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSinkConnectorConfig.java b/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSinkConnectorConfig.java
index 4020443..f4ed225 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSinkConnectorConfig.java
+++ b/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSinkConnectorConfig.java
@@ -25,7 +25,7 @@ import org.apache.kafka.common.config.ConfigDef;
 public class CamelFhirSinkConnectorConfig extends CamelSinkConnectorConfig {
 
     public static final String CAMEL_SINK_FHIR_PATH_API_NAME_CONF = "camel.sink.path.apiName";
-    public static final String CAMEL_SINK_FHIR_PATH_API_NAME_DOC = "What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate]";
+    public static final String CAMEL_SINK_FHIR_PATH_API_NAME_DOC = "What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE]";
     public static final String CAMEL_SINK_FHIR_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SINK_FHIR_PATH_METHOD_NAME_CONF = "camel.sink.path.methodName";
     public static final String CAMEL_SINK_FHIR_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation";
diff --git a/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSourceConnectorConfig.java b/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSourceConnectorConfig.java
index 07a9145..e874647 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSourceConnectorConfig.java
+++ b/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSourceConnectorConfig.java
@@ -27,7 +27,7 @@ public class CamelFhirSourceConnectorConfig
             CamelSourceConnectorConfig {
 
     public static final String CAMEL_SOURCE_FHIR_PATH_API_NAME_CONF = "camel.source.path.apiName";
-    public static final String CAMEL_SOURCE_FHIR_PATH_API_NAME_DOC = "What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate]";
+    public static final String CAMEL_SOURCE_FHIR_PATH_API_NAME_DOC = "What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE]";
     public static final String CAMEL_SOURCE_FHIR_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SOURCE_FHIR_PATH_METHOD_NAME_CONF = "camel.source.path.methodName";
     public static final String CAMEL_SOURCE_FHIR_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation";
diff --git a/connectors/camel-olingo2-kafka-connector/src/main/docs/camel-olingo2-kafka-sink-connector.adoc b/connectors/camel-olingo2-kafka-connector/src/main/docs/camel-olingo2-kafka-sink-connector.adoc
index 7b63d53..de12c97 100644
--- a/connectors/camel-olingo2-kafka-connector/src/main/docs/camel-olingo2-kafka-sink-connector.adoc
+++ b/connectors/camel-olingo2-kafka-connector/src/main/docs/camel-olingo2-kafka-sink-connector.adoc
@@ -29,7 +29,7 @@ The camel-olingo2 sink connector supports 34 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.sink.path.apiName* | What kind of operation to perform One of: [DEFAULT] | null | HIGH
+| *camel.sink.path.apiName* | What kind of operation to perform One of: [] | null | HIGH
 | *camel.sink.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.sink.endpoint.connectTimeout* | HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds) | 30000 | MEDIUM
 | *camel.sink.endpoint.contentType* | Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8 | "application/json;charset=utf-8" | MEDIUM
diff --git a/connectors/camel-olingo2-kafka-connector/src/main/docs/camel-olingo2-kafka-source-connector.adoc b/connectors/camel-olingo2-kafka-connector/src/main/docs/camel-olingo2-kafka-source-connector.adoc
index 5783d90..ba0e192 100644
--- a/connectors/camel-olingo2-kafka-connector/src/main/docs/camel-olingo2-kafka-source-connector.adoc
+++ b/connectors/camel-olingo2-kafka-connector/src/main/docs/camel-olingo2-kafka-source-connector.adoc
@@ -29,7 +29,7 @@ The camel-olingo2 source connector supports 54 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.source.path.apiName* | What kind of operation to perform One of: [DEFAULT] | null | HIGH
+| *camel.source.path.apiName* | What kind of operation to perform One of: [] | null | HIGH
 | *camel.source.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.source.endpoint.connectTimeout* | HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds) | 30000 | MEDIUM
 | *camel.source.endpoint.contentType* | Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8 | "application/json;charset=utf-8" | MEDIUM
diff --git a/connectors/camel-olingo2-kafka-connector/src/main/docs/examples/CamelOlingo2SinkConnector.properties b/connectors/camel-olingo2-kafka-connector/src/main/docs/examples/CamelOlingo2SinkConnector.properties
index db5ed9e..9bbd8ab 100644
--- a/connectors/camel-olingo2-kafka-connector/src/main/docs/examples/CamelOlingo2SinkConnector.properties
+++ b/connectors/camel-olingo2-kafka-connector/src/main/docs/examples/CamelOlingo2SinkConnector.properties
@@ -28,7 +28,7 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [DEFAULT]
+# What kind of operation to perform One of: []
 camel.sink.path.apiName=
 # What sub operation to use for the selected operation
 camel.sink.path.methodName=
diff --git a/connectors/camel-olingo2-kafka-connector/src/main/docs/examples/CamelOlingo2SourceConnector.properties b/connectors/camel-olingo2-kafka-connector/src/main/docs/examples/CamelOlingo2SourceConnector.properties
index c17a965..81b362d 100644
--- a/connectors/camel-olingo2-kafka-connector/src/main/docs/examples/CamelOlingo2SourceConnector.properties
+++ b/connectors/camel-olingo2-kafka-connector/src/main/docs/examples/CamelOlingo2SourceConnector.properties
@@ -28,7 +28,7 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [DEFAULT]
+# What kind of operation to perform One of: []
 camel.source.path.apiName=
 # What sub operation to use for the selected operation
 camel.source.path.methodName=
diff --git a/connectors/camel-olingo2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo2/CamelOlingo2SinkConnectorConfig.java b/connectors/camel-olingo2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo2/CamelOlingo2SinkConnectorConfig.java
index 64a8b9e..82203e7 100644
--- a/connectors/camel-olingo2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo2/CamelOlingo2SinkConnectorConfig.java
+++ b/connectors/camel-olingo2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo2/CamelOlingo2SinkConnectorConfig.java
@@ -25,7 +25,7 @@ import org.apache.kafka.common.config.ConfigDef;
 public class CamelOlingo2SinkConnectorConfig extends CamelSinkConnectorConfig {
 
     public static final String CAMEL_SINK_OLINGO2_PATH_API_NAME_CONF = "camel.sink.path.apiName";
-    public static final String CAMEL_SINK_OLINGO2_PATH_API_NAME_DOC = "What kind of operation to perform One of: [DEFAULT]";
+    public static final String CAMEL_SINK_OLINGO2_PATH_API_NAME_DOC = "What kind of operation to perform One of: []";
     public static final String CAMEL_SINK_OLINGO2_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SINK_OLINGO2_PATH_METHOD_NAME_CONF = "camel.sink.path.methodName";
     public static final String CAMEL_SINK_OLINGO2_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation";
diff --git a/connectors/camel-olingo2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo2/CamelOlingo2SourceConnectorConfig.java b/connectors/camel-olingo2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo2/CamelOlingo2SourceConnectorConfig.java
index 1bfc291..e7c7c14 100644
--- a/connectors/camel-olingo2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo2/CamelOlingo2SourceConnectorConfig.java
+++ b/connectors/camel-olingo2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo2/CamelOlingo2SourceConnectorConfig.java
@@ -27,7 +27,7 @@ public class CamelOlingo2SourceConnectorConfig
             CamelSourceConnectorConfig {
 
     public static final String CAMEL_SOURCE_OLINGO2_PATH_API_NAME_CONF = "camel.source.path.apiName";
-    public static final String CAMEL_SOURCE_OLINGO2_PATH_API_NAME_DOC = "What kind of operation to perform One of: [DEFAULT]";
+    public static final String CAMEL_SOURCE_OLINGO2_PATH_API_NAME_DOC = "What kind of operation to perform One of: []";
     public static final String CAMEL_SOURCE_OLINGO2_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SOURCE_OLINGO2_PATH_METHOD_NAME_CONF = "camel.source.path.methodName";
     public static final String CAMEL_SOURCE_OLINGO2_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation";
diff --git a/connectors/camel-olingo4-kafka-connector/src/main/docs/camel-olingo4-kafka-sink-connector.adoc b/connectors/camel-olingo4-kafka-connector/src/main/docs/camel-olingo4-kafka-sink-connector.adoc
index d8b03f0..37c4a88 100644
--- a/connectors/camel-olingo4-kafka-connector/src/main/docs/camel-olingo4-kafka-sink-connector.adoc
+++ b/connectors/camel-olingo4-kafka-connector/src/main/docs/camel-olingo4-kafka-sink-connector.adoc
@@ -29,7 +29,7 @@ The camel-olingo4 sink connector supports 30 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.sink.path.apiName* | What kind of operation to perform One of: [DEFAULT] | null | HIGH
+| *camel.sink.path.apiName* | What kind of operation to perform One of: [] | null | HIGH
 | *camel.sink.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.sink.endpoint.connectTimeout* | HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds) | 30000 | MEDIUM
 | *camel.sink.endpoint.contentType* | Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8 | "application/json;charset=utf-8" | MEDIUM
diff --git a/connectors/camel-olingo4-kafka-connector/src/main/docs/camel-olingo4-kafka-source-connector.adoc b/connectors/camel-olingo4-kafka-connector/src/main/docs/camel-olingo4-kafka-source-connector.adoc
index bdd9ba5..a1916f2 100644
--- a/connectors/camel-olingo4-kafka-connector/src/main/docs/camel-olingo4-kafka-source-connector.adoc
+++ b/connectors/camel-olingo4-kafka-connector/src/main/docs/camel-olingo4-kafka-source-connector.adoc
@@ -29,7 +29,7 @@ The camel-olingo4 source connector supports 50 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.source.path.apiName* | What kind of operation to perform One of: [DEFAULT] | null | HIGH
+| *camel.source.path.apiName* | What kind of operation to perform One of: [] | null | HIGH
 | *camel.source.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.source.endpoint.connectTimeout* | HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds) | 30000 | MEDIUM
 | *camel.source.endpoint.contentType* | Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8 | "application/json;charset=utf-8" | MEDIUM
diff --git a/connectors/camel-olingo4-kafka-connector/src/main/docs/examples/CamelOlingo4SinkConnector.properties b/connectors/camel-olingo4-kafka-connector/src/main/docs/examples/CamelOlingo4SinkConnector.properties
index f856469..34936fd 100644
--- a/connectors/camel-olingo4-kafka-connector/src/main/docs/examples/CamelOlingo4SinkConnector.properties
+++ b/connectors/camel-olingo4-kafka-connector/src/main/docs/examples/CamelOlingo4SinkConnector.properties
@@ -28,7 +28,7 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [DEFAULT]
+# What kind of operation to perform One of: []
 camel.sink.path.apiName=
 # What sub operation to use for the selected operation
 camel.sink.path.methodName=
diff --git a/connectors/camel-olingo4-kafka-connector/src/main/docs/examples/CamelOlingo4SourceConnector.properties b/connectors/camel-olingo4-kafka-connector/src/main/docs/examples/CamelOlingo4SourceConnector.properties
index 6f9471e..5694354 100644
--- a/connectors/camel-olingo4-kafka-connector/src/main/docs/examples/CamelOlingo4SourceConnector.properties
+++ b/connectors/camel-olingo4-kafka-connector/src/main/docs/examples/CamelOlingo4SourceConnector.properties
@@ -28,7 +28,7 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [DEFAULT]
+# What kind of operation to perform One of: []
 camel.source.path.apiName=
 # What sub operation to use for the selected operation
 camel.source.path.methodName=
diff --git a/connectors/camel-olingo4-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo4/CamelOlingo4SinkConnectorConfig.java b/connectors/camel-olingo4-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo4/CamelOlingo4SinkConnectorConfig.java
index 52b3dcd..eeaa6fa 100644
--- a/connectors/camel-olingo4-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo4/CamelOlingo4SinkConnectorConfig.java
+++ b/connectors/camel-olingo4-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo4/CamelOlingo4SinkConnectorConfig.java
@@ -25,7 +25,7 @@ import org.apache.kafka.common.config.ConfigDef;
 public class CamelOlingo4SinkConnectorConfig extends CamelSinkConnectorConfig {
 
     public static final String CAMEL_SINK_OLINGO4_PATH_API_NAME_CONF = "camel.sink.path.apiName";
-    public static final String CAMEL_SINK_OLINGO4_PATH_API_NAME_DOC = "What kind of operation to perform One of: [DEFAULT]";
+    public static final String CAMEL_SINK_OLINGO4_PATH_API_NAME_DOC = "What kind of operation to perform One of: []";
     public static final String CAMEL_SINK_OLINGO4_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SINK_OLINGO4_PATH_METHOD_NAME_CONF = "camel.sink.path.methodName";
     public static final String CAMEL_SINK_OLINGO4_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation";
diff --git a/connectors/camel-olingo4-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo4/CamelOlingo4SourceConnectorConfig.java b/connectors/camel-olingo4-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo4/CamelOlingo4SourceConnectorConfig.java
index 57a9f64..f105812 100644
--- a/connectors/camel-olingo4-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo4/CamelOlingo4SourceConnectorConfig.java
+++ b/connectors/camel-olingo4-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/olingo4/CamelOlingo4SourceConnectorConfig.java
@@ -27,7 +27,7 @@ public class CamelOlingo4SourceConnectorConfig
             CamelSourceConnectorConfig {
 
     public static final String CAMEL_SOURCE_OLINGO4_PATH_API_NAME_CONF = "camel.source.path.apiName";
-    public static final String CAMEL_SOURCE_OLINGO4_PATH_API_NAME_DOC = "What kind of operation to perform One of: [DEFAULT]";
+    public static final String CAMEL_SOURCE_OLINGO4_PATH_API_NAME_DOC = "What kind of operation to perform One of: []";
     public static final String CAMEL_SOURCE_OLINGO4_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SOURCE_OLINGO4_PATH_METHOD_NAME_CONF = "camel.source.path.methodName";
     public static final String CAMEL_SOURCE_OLINGO4_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation";
diff --git a/connectors/camel-zendesk-kafka-connector/src/main/docs/camel-zendesk-kafka-sink-connector.adoc b/connectors/camel-zendesk-kafka-connector/src/main/docs/camel-zendesk-kafka-sink-connector.adoc
index c639ccb..916c3b3 100644
--- a/connectors/camel-zendesk-kafka-connector/src/main/docs/camel-zendesk-kafka-sink-connector.adoc
+++ b/connectors/camel-zendesk-kafka-connector/src/main/docs/camel-zendesk-kafka-sink-connector.adoc
@@ -22,14 +22,14 @@ connector.class=org.apache.camel.kafkaconnector.zendesk.CamelZendeskSinkConnecto
 ----
 
 
-The camel-zendesk sink connector supports 14 options, which are listed below.
+The camel-zendesk sink connector supports 19 options, which are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.sink.path.methodName* | What operation to use | null | HIGH
+| *camel.sink.path.methodName* | What operation to use One of: [addTagToOrganisations] [addTagToTicket] [addTagToTopics] [associateAttachmentsToArticle] [changeUserPassword] [createArticle] [createArticleTranslation] [createAutomation] [createCategory] [createCategoryTranslation] [createComment] [createDynamicContentItem] [createDynamicContentItemVariant] [createForum] [createGroup] [createGroupMembership] [createMacro] [createOrUpdateUser] [createOrUpdateUsers] [createOrUpdateUsersAsync [...]
 | *camel.sink.endpoint.inBody* | Sets the name of a parameter to be passed in the exchange In Body | null | MEDIUM
 | *camel.sink.endpoint.serverUrl* | The server URL to connect. | null | MEDIUM
 | *camel.sink.endpoint.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
@@ -39,9 +39,14 @@ The camel-zendesk sink connector supports 14 options, which are listed below.
 | *camel.sink.endpoint.password* | The password. | null | MEDIUM
 | *camel.sink.endpoint.token* | The security token. | null | MEDIUM
 | *camel.sink.endpoint.username* | The user name. | null | MEDIUM
+| *camel.component.zendesk.serverUrl* | The server URL to connect. | null | MEDIUM
 | *camel.component.zendesk.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
 | *camel.component.zendesk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.component.zendesk.configuration* | Component configuration | null | MEDIUM
 | *camel.component.zendesk.zendesk* | To use a shared Zendesk instance. | null | MEDIUM
+| *camel.component.zendesk.oauthToken* | The OAuth token. | null | MEDIUM
+| *camel.component.zendesk.password* | The password. | null | MEDIUM
+| *camel.component.zendesk.token* | The security token. | null | MEDIUM
+| *camel.component.zendesk.username* | The user name. | null | MEDIUM
 |===
 // kafka-connector options: END
diff --git a/connectors/camel-zendesk-kafka-connector/src/main/docs/camel-zendesk-kafka-source-connector.adoc b/connectors/camel-zendesk-kafka-connector/src/main/docs/camel-zendesk-kafka-source-connector.adoc
index 6415f95..f9124a2 100644
--- a/connectors/camel-zendesk-kafka-connector/src/main/docs/camel-zendesk-kafka-source-connector.adoc
+++ b/connectors/camel-zendesk-kafka-connector/src/main/docs/camel-zendesk-kafka-source-connector.adoc
@@ -22,14 +22,14 @@ connector.class=org.apache.camel.kafkaconnector.zendesk.CamelZendeskSourceConnec
 ----
 
 
-The camel-zendesk source connector supports 32 options, which are listed below.
+The camel-zendesk source connector supports 37 options, which are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.source.path.methodName* | What operation to use | null | HIGH
+| *camel.source.path.methodName* | What operation to use One of: [addTagToOrganisations] [addTagToTicket] [addTagToTopics] [associateAttachmentsToArticle] [changeUserPassword] [createArticle] [createArticleTranslation] [createAutomation] [createCategory] [createCategoryTranslation] [createComment] [createDynamicContentItem] [createDynamicContentItemVariant] [createForum] [createGroup] [createGroupMembership] [createMacro] [createOrUpdateUser] [createOrUpdateUsers] [createOrUpdateUsersAsy [...]
 | *camel.source.endpoint.inBody* | Sets the name of a parameter to be passed in the exchange In Body | null | MEDIUM
 | *camel.source.endpoint.serverUrl* | The server URL to connect. | null | MEDIUM
 | *camel.source.endpoint.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
@@ -57,9 +57,14 @@ The camel-zendesk source connector supports 32 options, which are listed below.
 | *camel.source.endpoint.password* | The password. | null | MEDIUM
 | *camel.source.endpoint.token* | The security token. | null | MEDIUM
 | *camel.source.endpoint.username* | The user name. | null | MEDIUM
+| *camel.component.zendesk.serverUrl* | The server URL to connect. | null | MEDIUM
 | *camel.component.zendesk.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
 | *camel.component.zendesk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.component.zendesk.configuration* | Component configuration | null | MEDIUM
 | *camel.component.zendesk.zendesk* | To use a shared Zendesk instance. | null | MEDIUM
+| *camel.component.zendesk.oauthToken* | The OAuth token. | null | MEDIUM
+| *camel.component.zendesk.password* | The password. | null | MEDIUM
+| *camel.component.zendesk.token* | The security token. | null | MEDIUM
+| *camel.component.zendesk.username* | The user name. | null | MEDIUM
 |===
 // kafka-connector options: END
diff --git a/connectors/camel-zendesk-kafka-connector/src/main/docs/examples/CamelZendeskSinkConnector.properties b/connectors/camel-zendesk-kafka-connector/src/main/docs/examples/CamelZendeskSinkConnector.properties
index 98c5ffa..53d5e59 100644
--- a/connectors/camel-zendesk-kafka-connector/src/main/docs/examples/CamelZendeskSinkConnector.properties
+++ b/connectors/camel-zendesk-kafka-connector/src/main/docs/examples/CamelZendeskSinkConnector.properties
@@ -28,6 +28,6 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What operation to use
+# What operation to use One of: [addTagToOrganisations] [addTagToTicket] [addTagToTopics] [associateAttachmentsToArticle] [changeUserPassword] [createArticle] [createArticleTranslation] [createAutomation] [createCategory] [createCategoryTranslation] [createComment] [createDynamicContentItem] [createDynamicContentItemVariant] [createForum] [createGroup] [createGroupMembership] [createMacro] [createOrUpdateUser] [createOrUpdateUsers] [createOrUpdateUsersAsync] [createOrganization] [createO [...]
 camel.sink.path.methodName=
 
diff --git a/connectors/camel-zendesk-kafka-connector/src/main/docs/examples/CamelZendeskSourceConnector.properties b/connectors/camel-zendesk-kafka-connector/src/main/docs/examples/CamelZendeskSourceConnector.properties
index eae74c9..55d2456 100644
--- a/connectors/camel-zendesk-kafka-connector/src/main/docs/examples/CamelZendeskSourceConnector.properties
+++ b/connectors/camel-zendesk-kafka-connector/src/main/docs/examples/CamelZendeskSourceConnector.properties
@@ -28,6 +28,6 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What operation to use
+# What operation to use One of: [addTagToOrganisations] [addTagToTicket] [addTagToTopics] [associateAttachmentsToArticle] [changeUserPassword] [createArticle] [createArticleTranslation] [createAutomation] [createCategory] [createCategoryTranslation] [createComment] [createDynamicContentItem] [createDynamicContentItemVariant] [createForum] [createGroup] [createGroupMembership] [createMacro] [createOrUpdateUser] [createOrUpdateUsers] [createOrUpdateUsersAsync] [createOrganization] [createO [...]
 camel.source.path.methodName=
 
diff --git a/connectors/camel-zendesk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/zendesk/CamelZendeskSinkConnectorConfig.java b/connectors/camel-zendesk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/zendesk/CamelZendeskSinkConnectorConfig.java
index f84f9ab..01730a7 100644
--- a/connectors/camel-zendesk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/zendesk/CamelZendeskSinkConnectorConfig.java
+++ b/connectors/camel-zendesk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/zendesk/CamelZendeskSinkConnectorConfig.java
@@ -25,7 +25,7 @@ import org.apache.kafka.common.config.ConfigDef;
 public class CamelZendeskSinkConnectorConfig extends CamelSinkConnectorConfig {
 
     public static final String CAMEL_SINK_ZENDESK_PATH_METHOD_NAME_CONF = "camel.sink.path.methodName";
-    public static final String CAMEL_SINK_ZENDESK_PATH_METHOD_NAME_DOC = "What operation to use";
+    public static final String CAMEL_SINK_ZENDESK_PATH_METHOD_NAME_DOC = "What operation to use One of: [addTagToOrganisations] [addTagToTicket] [addTagToTopics] [associateAttachmentsToArticle] [changeUserPassword] [createArticle] [createArticleTranslation] [createAutomation] [createCategory] [createCategoryTranslation] [createComment] [createDynamicContentItem] [createDynamicContentItemVariant] [createForum] [createGroup] [createGroupMembership] [createMacro] [createOrUpdateUser] [creat [...]
     public static final String CAMEL_SINK_ZENDESK_PATH_METHOD_NAME_DEFAULT = null;
     public static final String CAMEL_SINK_ZENDESK_ENDPOINT_IN_BODY_CONF = "camel.sink.endpoint.inBody";
     public static final String CAMEL_SINK_ZENDESK_ENDPOINT_IN_BODY_DOC = "Sets the name of a parameter to be passed in the exchange In Body";
@@ -54,6 +54,9 @@ public class CamelZendeskSinkConnectorConfig extends CamelSinkConnectorConfig {
     public static final String CAMEL_SINK_ZENDESK_ENDPOINT_USERNAME_CONF = "camel.sink.endpoint.username";
     public static final String CAMEL_SINK_ZENDESK_ENDPOINT_USERNAME_DOC = "The user name.";
     public static final String CAMEL_SINK_ZENDESK_ENDPOINT_USERNAME_DEFAULT = null;
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_SERVER_URL_CONF = "camel.component.zendesk.serverUrl";
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_SERVER_URL_DOC = "The server URL to connect.";
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_SERVER_URL_DEFAULT = null;
     public static final String CAMEL_SINK_ZENDESK_COMPONENT_LAZY_START_PRODUCER_CONF = "camel.component.zendesk.lazyStartProducer";
     public static final String CAMEL_SINK_ZENDESK_COMPONENT_LAZY_START_PRODUCER_DOC = "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that w [...]
     public static final Boolean CAMEL_SINK_ZENDESK_COMPONENT_LAZY_START_PRODUCER_DEFAULT = false;
@@ -66,6 +69,18 @@ public class CamelZendeskSinkConnectorConfig extends CamelSinkConnectorConfig {
     public static final String CAMEL_SINK_ZENDESK_COMPONENT_ZENDESK_CONF = "camel.component.zendesk.zendesk";
     public static final String CAMEL_SINK_ZENDESK_COMPONENT_ZENDESK_DOC = "To use a shared Zendesk instance.";
     public static final String CAMEL_SINK_ZENDESK_COMPONENT_ZENDESK_DEFAULT = null;
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_OAUTH_TOKEN_CONF = "camel.component.zendesk.oauthToken";
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_OAUTH_TOKEN_DOC = "The OAuth token.";
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_OAUTH_TOKEN_DEFAULT = null;
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_PASSWORD_CONF = "camel.component.zendesk.password";
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_PASSWORD_DOC = "The password.";
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_PASSWORD_DEFAULT = null;
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_TOKEN_CONF = "camel.component.zendesk.token";
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_TOKEN_DOC = "The security token.";
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_TOKEN_DEFAULT = null;
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_USERNAME_CONF = "camel.component.zendesk.username";
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_USERNAME_DOC = "The user name.";
+    public static final String CAMEL_SINK_ZENDESK_COMPONENT_USERNAME_DEFAULT = null;
 
     public CamelZendeskSinkConnectorConfig(
             ConfigDef config,
@@ -89,10 +104,15 @@ public class CamelZendeskSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_ZENDESK_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ZENDESK_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SINK_ZENDESK_ENDPOINT_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ZENDESK_ENDPOINT_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_ENDPOINT_TOKEN_DOC);
         conf.define(CAMEL_SINK_ZENDESK_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ZENDESK_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_ENDPOINT_USERNAME_DOC);
+        conf.define(CAMEL_SINK_ZENDESK_COMPONENT_SERVER_URL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ZENDESK_COMPONENT_SERVER_URL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_COMPONENT_SERVER_URL_DOC);
         conf.define(CAMEL_SINK_ZENDESK_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ZENDESK_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_ZENDESK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ZENDESK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ZENDESK_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ZENDESK_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_ZENDESK_COMPONENT_ZENDESK_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ZENDESK_COMPONENT_ZENDESK_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_COMPONENT_ZENDESK_DOC);
+        conf.define(CAMEL_SINK_ZENDESK_COMPONENT_OAUTH_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ZENDESK_COMPONENT_OAUTH_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_COMPONENT_OAUTH_TOKEN_DOC);
+        conf.define(CAMEL_SINK_ZENDESK_COMPONENT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ZENDESK_COMPONENT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_COMPONENT_PASSWORD_DOC);
+        conf.define(CAMEL_SINK_ZENDESK_COMPONENT_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ZENDESK_COMPONENT_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_COMPONENT_TOKEN_DOC);
+        conf.define(CAMEL_SINK_ZENDESK_COMPONENT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ZENDESK_COMPONENT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ZENDESK_COMPONENT_USERNAME_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-zendesk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/zendesk/CamelZendeskSourceConnectorConfig.java b/connectors/camel-zendesk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/zendesk/CamelZendeskSourceConnectorConfig.java
index 9fc592a..b34d42a 100644
--- a/connectors/camel-zendesk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/zendesk/CamelZendeskSourceConnectorConfig.java
+++ b/connectors/camel-zendesk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/zendesk/CamelZendeskSourceConnectorConfig.java
@@ -27,7 +27,7 @@ public class CamelZendeskSourceConnectorConfig
             CamelSourceConnectorConfig {
 
     public static final String CAMEL_SOURCE_ZENDESK_PATH_METHOD_NAME_CONF = "camel.source.path.methodName";
-    public static final String CAMEL_SOURCE_ZENDESK_PATH_METHOD_NAME_DOC = "What operation to use";
+    public static final String CAMEL_SOURCE_ZENDESK_PATH_METHOD_NAME_DOC = "What operation to use One of: [addTagToOrganisations] [addTagToTicket] [addTagToTopics] [associateAttachmentsToArticle] [changeUserPassword] [createArticle] [createArticleTranslation] [createAutomation] [createCategory] [createCategoryTranslation] [createComment] [createDynamicContentItem] [createDynamicContentItemVariant] [createForum] [createGroup] [createGroupMembership] [createMacro] [createOrUpdateUser] [cre [...]
     public static final String CAMEL_SOURCE_ZENDESK_PATH_METHOD_NAME_DEFAULT = null;
     public static final String CAMEL_SOURCE_ZENDESK_ENDPOINT_IN_BODY_CONF = "camel.source.endpoint.inBody";
     public static final String CAMEL_SOURCE_ZENDESK_ENDPOINT_IN_BODY_DOC = "Sets the name of a parameter to be passed in the exchange In Body";
@@ -110,6 +110,9 @@ public class CamelZendeskSourceConnectorConfig
     public static final String CAMEL_SOURCE_ZENDESK_ENDPOINT_USERNAME_CONF = "camel.source.endpoint.username";
     public static final String CAMEL_SOURCE_ZENDESK_ENDPOINT_USERNAME_DOC = "The user name.";
     public static final String CAMEL_SOURCE_ZENDESK_ENDPOINT_USERNAME_DEFAULT = null;
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_SERVER_URL_CONF = "camel.component.zendesk.serverUrl";
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_SERVER_URL_DOC = "The server URL to connect.";
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_SERVER_URL_DEFAULT = null;
     public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_BRIDGE_ERROR_HANDLER_CONF = "camel.component.zendesk.bridgeErrorHandler";
     public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_BRIDGE_ERROR_HANDLER_DOC = "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ig [...]
     public static final Boolean CAMEL_SOURCE_ZENDESK_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT = false;
@@ -122,6 +125,18 @@ public class CamelZendeskSourceConnectorConfig
     public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_ZENDESK_CONF = "camel.component.zendesk.zendesk";
     public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_ZENDESK_DOC = "To use a shared Zendesk instance.";
     public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_ZENDESK_DEFAULT = null;
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_OAUTH_TOKEN_CONF = "camel.component.zendesk.oauthToken";
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_OAUTH_TOKEN_DOC = "The OAuth token.";
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_OAUTH_TOKEN_DEFAULT = null;
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_PASSWORD_CONF = "camel.component.zendesk.password";
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_PASSWORD_DOC = "The password.";
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_PASSWORD_DEFAULT = null;
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_TOKEN_CONF = "camel.component.zendesk.token";
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_TOKEN_DOC = "The security token.";
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_TOKEN_DEFAULT = null;
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_USERNAME_CONF = "camel.component.zendesk.username";
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_USERNAME_DOC = "The user name.";
+    public static final String CAMEL_SOURCE_ZENDESK_COMPONENT_USERNAME_DEFAULT = null;
 
     public CamelZendeskSourceConnectorConfig(
             ConfigDef config,
@@ -163,10 +178,15 @@ public class CamelZendeskSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ZENDESK_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ZENDESK_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SOURCE_ZENDESK_ENDPOINT_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ZENDESK_ENDPOINT_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_ENDPOINT_TOKEN_DOC);
         conf.define(CAMEL_SOURCE_ZENDESK_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ZENDESK_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_ENDPOINT_USERNAME_DOC);
+        conf.define(CAMEL_SOURCE_ZENDESK_COMPONENT_SERVER_URL_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ZENDESK_COMPONENT_SERVER_URL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_COMPONENT_SERVER_URL_DOC);
         conf.define(CAMEL_SOURCE_ZENDESK_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ZENDESK_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
         conf.define(CAMEL_SOURCE_ZENDESK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ZENDESK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ZENDESK_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ZENDESK_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_ZENDESK_COMPONENT_ZENDESK_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ZENDESK_COMPONENT_ZENDESK_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_COMPONENT_ZENDESK_DOC);
+        conf.define(CAMEL_SOURCE_ZENDESK_COMPONENT_OAUTH_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ZENDESK_COMPONENT_OAUTH_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_COMPONENT_OAUTH_TOKEN_DOC);
+        conf.define(CAMEL_SOURCE_ZENDESK_COMPONENT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ZENDESK_COMPONENT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_COMPONENT_PASSWORD_DOC);
+        conf.define(CAMEL_SOURCE_ZENDESK_COMPONENT_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ZENDESK_COMPONENT_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_COMPONENT_TOKEN_DOC);
+        conf.define(CAMEL_SOURCE_ZENDESK_COMPONENT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ZENDESK_COMPONENT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ZENDESK_COMPONENT_USERNAME_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/docs/modules/ROOT/pages/connectors/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc b/docs/modules/ROOT/pages/connectors/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc
index b5a0cd8..086d57e 100644
--- a/docs/modules/ROOT/pages/connectors/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc
+++ b/docs/modules/ROOT/pages/connectors/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc
@@ -33,7 +33,7 @@ The camel-aws2-kinesis-firehose sink connector supports 27 options, which are li
 | *camel.sink.endpoint.amazonKinesisFirehoseClient* | Amazon Kinesis Firehose client to use for all requests for this endpoint | null | MEDIUM
 | *camel.sink.endpoint.autoDiscoverClient* | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking | true | MEDIUM
 | *camel.sink.endpoint.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.sink.endpoint.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [updateDestination] | null | MEDIUM
+| *camel.sink.endpoint.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [describeDeliveryStream] [updateDestination] | null | MEDIUM
 | *camel.sink.endpoint.proxyHost* | To define a proxy host when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.sink.endpoint.proxyPort* | To define a proxy port when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.sink.endpoint.proxyProtocol* | To define a proxy protocol when instantiating the Kinesis Firehose client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
@@ -47,7 +47,7 @@ The camel-aws2-kinesis-firehose sink connector supports 27 options, which are li
 | *camel.component.aws2-kinesis-firehose.autoDiscover Client* | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking | true | MEDIUM
 | * camel.component.aws2-kinesis-firehose.configuration* | Component configuration | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is [...]
-| *camel.component.aws2-kinesis-firehose.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [updateDestination] | null | MEDIUM
+| *camel.component.aws2-kinesis-firehose.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [describeDeliveryStream] [updateDestination] | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.proxyHost* | To define a proxy host when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.proxyPort* | To define a proxy port when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.proxy Protocol* | To define a proxy protocol when instantiating the Kinesis Firehose client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
diff --git a/docs/modules/ROOT/pages/connectors/camel-fhir-kafka-sink-connector.adoc b/docs/modules/ROOT/pages/connectors/camel-fhir-kafka-sink-connector.adoc
index 6c2cfea..69eaaaf 100644
--- a/docs/modules/ROOT/pages/connectors/camel-fhir-kafka-sink-connector.adoc
+++ b/docs/modules/ROOT/pages/connectors/camel-fhir-kafka-sink-connector.adoc
@@ -29,7 +29,7 @@ The camel-fhir sink connector supports 55 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.sink.path.apiName* | What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate] | null | HIGH
+| *camel.sink.path.apiName* | What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE] | null | HIGH
 | *camel.sink.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.sink.endpoint.encoding* | Encoding to use for all request One of: [JSON] [XML] | null | MEDIUM
 | *camel.sink.endpoint.fhirVersion* | The FHIR Version to use One of: [DSTU2] [DSTU2_HL7ORG] [DSTU2_1] [DSTU3] [R4] [R5] | "R4" | MEDIUM
diff --git a/docs/modules/ROOT/pages/connectors/camel-fhir-kafka-source-connector.adoc b/docs/modules/ROOT/pages/connectors/camel-fhir-kafka-source-connector.adoc
index 30e6cfc..ad28d09 100644
--- a/docs/modules/ROOT/pages/connectors/camel-fhir-kafka-source-connector.adoc
+++ b/docs/modules/ROOT/pages/connectors/camel-fhir-kafka-source-connector.adoc
@@ -29,7 +29,7 @@ The camel-fhir source connector supports 73 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.source.path.apiName* | What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate] | null | HIGH
+| *camel.source.path.apiName* | What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE] | null | HIGH
 | *camel.source.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.source.endpoint.encoding* | Encoding to use for all request One of: [JSON] [XML] | null | MEDIUM
 | *camel.source.endpoint.fhirVersion* | The FHIR Version to use One of: [DSTU2] [DSTU2_HL7ORG] [DSTU2_1] [DSTU3] [R4] [R5] | "R4" | MEDIUM
diff --git a/docs/modules/ROOT/pages/connectors/camel-olingo2-kafka-sink-connector.adoc b/docs/modules/ROOT/pages/connectors/camel-olingo2-kafka-sink-connector.adoc
index 7b63d53..de12c97 100644
--- a/docs/modules/ROOT/pages/connectors/camel-olingo2-kafka-sink-connector.adoc
+++ b/docs/modules/ROOT/pages/connectors/camel-olingo2-kafka-sink-connector.adoc
@@ -29,7 +29,7 @@ The camel-olingo2 sink connector supports 34 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.sink.path.apiName* | What kind of operation to perform One of: [DEFAULT] | null | HIGH
+| *camel.sink.path.apiName* | What kind of operation to perform One of: [] | null | HIGH
 | *camel.sink.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.sink.endpoint.connectTimeout* | HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds) | 30000 | MEDIUM
 | *camel.sink.endpoint.contentType* | Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8 | "application/json;charset=utf-8" | MEDIUM
diff --git a/docs/modules/ROOT/pages/connectors/camel-olingo2-kafka-source-connector.adoc b/docs/modules/ROOT/pages/connectors/camel-olingo2-kafka-source-connector.adoc
index 5783d90..ba0e192 100644
--- a/docs/modules/ROOT/pages/connectors/camel-olingo2-kafka-source-connector.adoc
+++ b/docs/modules/ROOT/pages/connectors/camel-olingo2-kafka-source-connector.adoc
@@ -29,7 +29,7 @@ The camel-olingo2 source connector supports 54 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.source.path.apiName* | What kind of operation to perform One of: [DEFAULT] | null | HIGH
+| *camel.source.path.apiName* | What kind of operation to perform One of: [] | null | HIGH
 | *camel.source.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.source.endpoint.connectTimeout* | HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds) | 30000 | MEDIUM
 | *camel.source.endpoint.contentType* | Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8 | "application/json;charset=utf-8" | MEDIUM
diff --git a/docs/modules/ROOT/pages/connectors/camel-olingo4-kafka-sink-connector.adoc b/docs/modules/ROOT/pages/connectors/camel-olingo4-kafka-sink-connector.adoc
index d8b03f0..37c4a88 100644
--- a/docs/modules/ROOT/pages/connectors/camel-olingo4-kafka-sink-connector.adoc
+++ b/docs/modules/ROOT/pages/connectors/camel-olingo4-kafka-sink-connector.adoc
@@ -29,7 +29,7 @@ The camel-olingo4 sink connector supports 30 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.sink.path.apiName* | What kind of operation to perform One of: [DEFAULT] | null | HIGH
+| *camel.sink.path.apiName* | What kind of operation to perform One of: [] | null | HIGH
 | *camel.sink.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.sink.endpoint.connectTimeout* | HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds) | 30000 | MEDIUM
 | *camel.sink.endpoint.contentType* | Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8 | "application/json;charset=utf-8" | MEDIUM
diff --git a/docs/modules/ROOT/pages/connectors/camel-olingo4-kafka-source-connector.adoc b/docs/modules/ROOT/pages/connectors/camel-olingo4-kafka-source-connector.adoc
index bdd9ba5..a1916f2 100644
--- a/docs/modules/ROOT/pages/connectors/camel-olingo4-kafka-source-connector.adoc
+++ b/docs/modules/ROOT/pages/connectors/camel-olingo4-kafka-source-connector.adoc
@@ -29,7 +29,7 @@ The camel-olingo4 source connector supports 50 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.source.path.apiName* | What kind of operation to perform One of: [DEFAULT] | null | HIGH
+| *camel.source.path.apiName* | What kind of operation to perform One of: [] | null | HIGH
 | *camel.source.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.source.endpoint.connectTimeout* | HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds) | 30000 | MEDIUM
 | *camel.source.endpoint.contentType* | Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8 | "application/json;charset=utf-8" | MEDIUM
diff --git a/docs/modules/ROOT/pages/connectors/camel-zendesk-kafka-sink-connector.adoc b/docs/modules/ROOT/pages/connectors/camel-zendesk-kafka-sink-connector.adoc
index c639ccb..916c3b3 100644
--- a/docs/modules/ROOT/pages/connectors/camel-zendesk-kafka-sink-connector.adoc
+++ b/docs/modules/ROOT/pages/connectors/camel-zendesk-kafka-sink-connector.adoc
@@ -22,14 +22,14 @@ connector.class=org.apache.camel.kafkaconnector.zendesk.CamelZendeskSinkConnecto
 ----
 
 
-The camel-zendesk sink connector supports 14 options, which are listed below.
+The camel-zendesk sink connector supports 19 options, which are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.sink.path.methodName* | What operation to use | null | HIGH
+| *camel.sink.path.methodName* | What operation to use One of: [addTagToOrganisations] [addTagToTicket] [addTagToTopics] [associateAttachmentsToArticle] [changeUserPassword] [createArticle] [createArticleTranslation] [createAutomation] [createCategory] [createCategoryTranslation] [createComment] [createDynamicContentItem] [createDynamicContentItemVariant] [createForum] [createGroup] [createGroupMembership] [createMacro] [createOrUpdateUser] [createOrUpdateUsers] [createOrUpdateUsersAsync [...]
 | *camel.sink.endpoint.inBody* | Sets the name of a parameter to be passed in the exchange In Body | null | MEDIUM
 | *camel.sink.endpoint.serverUrl* | The server URL to connect. | null | MEDIUM
 | *camel.sink.endpoint.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
@@ -39,9 +39,14 @@ The camel-zendesk sink connector supports 14 options, which are listed below.
 | *camel.sink.endpoint.password* | The password. | null | MEDIUM
 | *camel.sink.endpoint.token* | The security token. | null | MEDIUM
 | *camel.sink.endpoint.username* | The user name. | null | MEDIUM
+| *camel.component.zendesk.serverUrl* | The server URL to connect. | null | MEDIUM
 | *camel.component.zendesk.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
 | *camel.component.zendesk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.component.zendesk.configuration* | Component configuration | null | MEDIUM
 | *camel.component.zendesk.zendesk* | To use a shared Zendesk instance. | null | MEDIUM
+| *camel.component.zendesk.oauthToken* | The OAuth token. | null | MEDIUM
+| *camel.component.zendesk.password* | The password. | null | MEDIUM
+| *camel.component.zendesk.token* | The security token. | null | MEDIUM
+| *camel.component.zendesk.username* | The user name. | null | MEDIUM
 |===
 // kafka-connector options: END
diff --git a/docs/modules/ROOT/pages/connectors/camel-zendesk-kafka-source-connector.adoc b/docs/modules/ROOT/pages/connectors/camel-zendesk-kafka-source-connector.adoc
index 6415f95..f9124a2 100644
--- a/docs/modules/ROOT/pages/connectors/camel-zendesk-kafka-source-connector.adoc
+++ b/docs/modules/ROOT/pages/connectors/camel-zendesk-kafka-source-connector.adoc
@@ -22,14 +22,14 @@ connector.class=org.apache.camel.kafkaconnector.zendesk.CamelZendeskSourceConnec
 ----
 
 
-The camel-zendesk source connector supports 32 options, which are listed below.
+The camel-zendesk source connector supports 37 options, which are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.source.path.methodName* | What operation to use | null | HIGH
+| *camel.source.path.methodName* | What operation to use One of: [addTagToOrganisations] [addTagToTicket] [addTagToTopics] [associateAttachmentsToArticle] [changeUserPassword] [createArticle] [createArticleTranslation] [createAutomation] [createCategory] [createCategoryTranslation] [createComment] [createDynamicContentItem] [createDynamicContentItemVariant] [createForum] [createGroup] [createGroupMembership] [createMacro] [createOrUpdateUser] [createOrUpdateUsers] [createOrUpdateUsersAsy [...]
 | *camel.source.endpoint.inBody* | Sets the name of a parameter to be passed in the exchange In Body | null | MEDIUM
 | *camel.source.endpoint.serverUrl* | The server URL to connect. | null | MEDIUM
 | *camel.source.endpoint.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
@@ -57,9 +57,14 @@ The camel-zendesk source connector supports 32 options, which are listed below.
 | *camel.source.endpoint.password* | The password. | null | MEDIUM
 | *camel.source.endpoint.token* | The security token. | null | MEDIUM
 | *camel.source.endpoint.username* | The user name. | null | MEDIUM
+| *camel.component.zendesk.serverUrl* | The server URL to connect. | null | MEDIUM
 | *camel.component.zendesk.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
 | *camel.component.zendesk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.component.zendesk.configuration* | Component configuration | null | MEDIUM
 | *camel.component.zendesk.zendesk* | To use a shared Zendesk instance. | null | MEDIUM
+| *camel.component.zendesk.oauthToken* | The OAuth token. | null | MEDIUM
+| *camel.component.zendesk.password* | The password. | null | MEDIUM
+| *camel.component.zendesk.token* | The security token. | null | MEDIUM
+| *camel.component.zendesk.username* | The user name. | null | MEDIUM
 |===
 // kafka-connector options: END