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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 2735195  CAMEL-15478: Generate documentation for API components with 
their API query parameters in tables per API.
2735195 is described below

commit 2735195cee6328178dabde141abb585171edf2b3
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Sep 2 19:20:02 2020 +0200

    CAMEL-15478: Generate documentation for API components with their API query 
parameters in tables per API.
---
 .../src/main/docs/as2-component.adoc               |  36 +--
 .../src/main/docs/box-component.adoc               | 184 ++++++-------
 .../src/main/docs/braintree-component.adoc         | 100 +++----
 .../src/main/docs/fhir-component.adoc              | 152 +++++------
 .../src/main/docs/google-calendar-component.adoc   |  38 +--
 .../docs/google-calendar-stream-component.adoc     |  38 +--
 .../src/main/docs/google-drive-component.adoc      |  68 ++---
 .../src/main/docs/google-mail-component.adoc       |  46 ++--
 .../main/docs/google-mail-stream-component.adoc    |  46 ++--
 .../src/main/docs/google-sheets-component.adoc     |  26 +-
 .../main/docs/google-sheets-stream-component.adoc  |  26 +-
 .../src/main/docs/olingo2-component.adoc           |  14 +-
 .../src/main/docs/olingo4-component.adoc           |  14 +-
 .../src/main/docs/twilio-component.adoc            | 300 ++++++++++-----------
 .../src/main/docs/zendesk-component.adoc           | 230 ++++++++--------
 .../src/main/resources/endpoint-options.mvel       |   2 +-
 16 files changed, 660 insertions(+), 660 deletions(-)

diff --git 
a/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc 
b/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc
index 8b30b52..6b2df38 100644
--- a/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc
+++ b/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc
@@ -158,30 +158,30 @@ as2:apiName/methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *as2From* (common) | AS2 name of sender |  | String
-| *as2MessageStructure* (common) | The structure of AS2 to send; see |  | 
AS2MessageStructure
-| *as2To* (common) | AS2 name of recipient |  | String
-| *compressionAlgorithm* (common) | The algorithm used to compress the message 
or |  | AS2CompressionAlgorithm
-| *dispositionNotificationTo* (common) | An RFC2822 address to request a 
receipt or |  | String
-| *ediMessage* (common) | EDI message to transport |  | String
-| *ediMessageContentType* (common) | The content typw of EDI message |  | 
ContentType
-| *ediMessageTransferEncoding* (common) | The transfer encoding used to 
transport EDI message |  | String
-| *encryptingAlgorithm* (common) | The algorithm used to encrypt the message 
or |  | AS2EncryptionAlgorithm
-| *encryptingCertificateChain* (common) | The chain of certificates used to 
encrypt the message or |  | Certificate[]
-| *from* (common) | RFC2822 address of sender |  | String
-| *requestUri* (common) | Resource location to deliver message |  | String
-| *signedReceiptMicAlgorithms* (common) | The senders list of signing 
algorithms for signing receipt, in preferred order, or |  | String[]
-| *signingAlgorithm* (common) | The algorithm used to sign the message or |  | 
AS2SignatureAlgorithm
-| *signingCertificateChain* (common) | The chain of certificates used to sign 
the message or |  | Certificate[]
-| *signingPrivateKey* (common) | The private key used to sign EDI message |  | 
PrivateKey
-| *subject* (common) | Message subject |  | String
+| *as2From* | AS2 name of sender |  | String
+| *as2MessageStructure* | The structure of AS2 to send; see |  | 
AS2MessageStructure
+| *as2To* | AS2 name of recipient |  | String
+| *compressionAlgorithm* | The algorithm used to compress the message or |  | 
AS2CompressionAlgorithm
+| *dispositionNotificationTo* | An RFC2822 address to request a receipt or |  
| String
+| *ediMessage* | EDI message to transport |  | String
+| *ediMessageContentType* | The content typw of EDI message |  | ContentType
+| *ediMessageTransferEncoding* | The transfer encoding used to transport EDI 
message |  | String
+| *encryptingAlgorithm* | The algorithm used to encrypt the message or |  | 
AS2EncryptionAlgorithm
+| *encryptingCertificateChain* | The chain of certificates used to encrypt the 
message or |  | Certificate[]
+| *from* | RFC2822 address of sender |  | String
+| *requestUri* | Resource location to deliver message |  | String
+| *signedReceiptMicAlgorithms* | The senders list of signing algorithms for 
signing receipt, in preferred order, or |  | String[]
+| *signingAlgorithm* | The algorithm used to sign the message or |  | 
AS2SignatureAlgorithm
+| *signingCertificateChain* | The chain of certificates used to sign the 
message or |  | Certificate[]
+| *signingPrivateKey* | The private key used to sign EDI message |  | 
PrivateKey
+| *subject* | Message subject |  | String
 |===
 
 ==== apiName: server
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *requestUriPattern* (common) |  |  | String
+| *requestUriPattern* |  |  | String
 |===
 // endpoint options: END
 
diff --git 
a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc 
b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
index 33de38f..c134604 100644
--- a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
+++ b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
@@ -168,152 +168,152 @@ box:apiName/methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *collaborationId* (common) | The id of comment to change |  | String
-| *collaborator* (common) | The collaborator to add |  | BoxCollaborator
-| *email* (common) | The email address of the collaborator to add |  | String
-| *folderId* (common) | The id of folder to add collaboration to |  | String
-| *info* (common) |  |  | Info
-| *role* (common) | The role of the collaborator |  | Role
+| *collaborationId* | The id of comment to change |  | String
+| *collaborator* | The collaborator to add |  | BoxCollaborator
+| *email* | The email address of the collaborator to add |  | String
+| *folderId* | The id of folder to add collaboration to |  | String
+| *info* |  |  | Info
+| *role* | The role of the collaborator |  | Role
 |===
 
 ==== apiName: comments
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *commentId* (common) | The id of comment to change |  | String
-| *fileId* (common) | The id of file to rename |  | String
-| *message* (common) | The comment's message |  | String
+| *commentId* | The id of comment to change |  | String
+| *fileId* | The id of file to rename |  | String
+| *message* | The comment's message |  | String
 |===
 
 ==== apiName: event-logs
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *after* (common) | The lower bound on the timestamp of the events returned | 
 | Date
-| *before* (common) | The upper bound on the timestamp of the events returned 
|  | Date
-| *position* (common) | The starting position of the event stream. May be |  | 
String
-| *types* (common) | An optional list of event types to filter by |  | Type[]
+| *after* | The lower bound on the timestamp of the events returned |  | Date
+| *before* | The upper bound on the timestamp of the events returned |  | Date
+| *position* | The starting position of the event stream. May be |  | String
+| *types* | An optional list of event types to filter by |  | Type[]
 |===
 
 ==== apiName: events
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *startingPosition* (common) | The starting position of the event stream |  | 
Long
+| *startingPosition* | The starting position of the event stream |  | Long
 |===
 
 ==== apiName: files
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *access* (common) | The access level of the shared link |  | Access
-| *check* (common) | If the file name is already used, call the 
uploadNewVersion instead. |  | Boolean
-| *content* (common) | A stream containing contents of the file to upload |  | 
InputStream
-| *created* (common) | The content created date that will be given to the 
uploaded file |  | Date
-| *destinationFolderId* (common) | The id of the destination folder |  | String
-| *fields* (common) | The information fields to retrieve; if |  | String[]
-| *fileContent* (common) | A stream containing contents of the file to upload 
|  | InputStream
-| *fileId* (common) | The id of file to copy |  | String
-| *fileName* (common) | The name to give the uploaded file |  | String
-| *fileSize* (common) | The size of the file's content used for monitoring the 
upload's progress |  | Long
-| *fileType* (common) | Either PNG of JPG |  | ThumbnailFileType
-| *info* (common) | The updated information |  | Info
-| *listener* (common) | A listener for monitoring the download's progress; if 
|  | ProgressListener
-| *maxHeight* (common) | Maximum height |  | Integer
-| *maxWidth* (common) | Maximum width |  | Integer
-| *metadata* (common) | The new metadata values |  | Metadata
-| *minHeight* (common) | Minimum height |  | Integer
-| *minWidth* (common) | Minimum width |  | Integer
-| *modified* (common) | The content modified date that will be given to the 
uploaded file |  | Date
-| *newFileName* (common) | The new name of file |  | String
-| *newName* (common) | Is |  | String
-| *output* (common) | The stream to which the file contents will be written |  
| OutputStream
-| *parentFolderId* (common) | The id of parent folder |  | String
-| *permissions* (common) | Is |  | Permissions
-| *rangeEnd* (common) | The byte offset in file at which to stop the download; 
if |  | Long
-| *rangeStart* (common) | The byte offset in file at which to start the 
download; if |  | Long
-| *size* (common) | The size of the file's content used for monitoring the 
upload's progress.Skip navigation links |  | Long
-| *typeName* (common) | The metadata template type name; if |  | String
-| *unshareDate* (common) | The date and time at which time the created shared 
link will expire; if |  | Date
-| *version* (common) | The version of file to delete; initial version of file 
has value of |  | Integer
+| *access* | The access level of the shared link |  | Access
+| *check* | If the file name is already used, call the uploadNewVersion 
instead. |  | Boolean
+| *content* | A stream containing contents of the file to upload |  | 
InputStream
+| *created* | The content created date that will be given to the uploaded file 
|  | Date
+| *destinationFolderId* | The id of the destination folder |  | String
+| *fields* | The information fields to retrieve; if |  | String[]
+| *fileContent* | A stream containing contents of the file to upload |  | 
InputStream
+| *fileId* | The id of file to copy |  | String
+| *fileName* | The name to give the uploaded file |  | String
+| *fileSize* | The size of the file's content used for monitoring the upload's 
progress |  | Long
+| *fileType* | Either PNG of JPG |  | ThumbnailFileType
+| *info* | The updated information |  | Info
+| *listener* | A listener for monitoring the download's progress; if |  | 
ProgressListener
+| *maxHeight* | Maximum height |  | Integer
+| *maxWidth* | Maximum width |  | Integer
+| *metadata* | The new metadata values |  | Metadata
+| *minHeight* | Minimum height |  | Integer
+| *minWidth* | Minimum width |  | Integer
+| *modified* | The content modified date that will be given to the uploaded 
file |  | Date
+| *newFileName* | The new name of file |  | String
+| *newName* | Is |  | String
+| *output* | The stream to which the file contents will be written |  | 
OutputStream
+| *parentFolderId* | The id of parent folder |  | String
+| *permissions* | Is |  | Permissions
+| *rangeEnd* | The byte offset in file at which to stop the download; if |  | 
Long
+| *rangeStart* | The byte offset in file at which to start the download; if |  
| Long
+| *size* | The size of the file's content used for monitoring the upload's 
progress.Skip navigation links |  | Long
+| *typeName* | The metadata template type name; if |  | String
+| *unshareDate* | The date and time at which time the created shared link will 
expire; if |  | Date
+| *version* | The version of file to delete; initial version of file has value 
of |  | Integer
 |===
 
 ==== apiName: folders
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *access* (common) | The access level of the shared link |  | Access
-| *destinationFolderId* (common) | The id of the destination folder |  | String
-| *fields* (common) | The information fields to retrieve; if |  | String[]
-| *folderId* (common) | The id of folder to copy |  | String
-| *folderName* (common) | The name of created folder |  | String
-| *info* (common) | The updated information |  | Info
-| *limit* (common) | The maximum number of children to retrieve after the 
offset; if |  | Long
-| *newFolderName* (common) | The new name of folder |  | String
-| *newName* (common) | Is |  | String
-| *offset* (common) | The index of first child item to retrieve; if |  | Long
-| *parentFolderId* (common) | The id of parent folder |  | String
-| *path* (common) | Sequence of Box folder names from parent folder to 
returned folder |  | String[]
-| *permissions* (common) | Is |  | Permissions
-| *unshareDate* (common) | The date and time at which time the created shared 
link will expire; if |  | Date
+| *access* | The access level of the shared link |  | Access
+| *destinationFolderId* | The id of the destination folder |  | String
+| *fields* | The information fields to retrieve; if |  | String[]
+| *folderId* | The id of folder to copy |  | String
+| *folderName* | The name of created folder |  | String
+| *info* | The updated information |  | Info
+| *limit* | The maximum number of children to retrieve after the offset; if |  
| Long
+| *newFolderName* | The new name of folder |  | String
+| *newName* | Is |  | String
+| *offset* | The index of first child item to retrieve; if |  | Long
+| *parentFolderId* | The id of parent folder |  | String
+| *path* | Sequence of Box folder names from parent folder to returned folder 
|  | String[]
+| *permissions* | Is |  | Permissions
+| *unshareDate* | The date and time at which time the created shared link will 
expire; if |  | Date
 |===
 
 ==== apiName: groups
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *description* (common) | The description of the new group |  | String
-| *externalSyncIdentifier* (common) | The external_sync_identifier of the new 
group |  | String
-| *groupId* (common) | The id of group |  | String
-| *groupInfo* (common) | The updated information |  | Info
-| *groupMembershipId* (common) | The id of group membership to delete |  | 
String
-| *info* (common) | The updated information |  | Info
-| *invitabilityLevel* (common) | The invitibility_level of the new group |  | 
String
-| *memberViewabilityLevel* (common) | The member_viewability_level of the new 
group |  | String
-| *name* (common) | The name of the new group |  | String
-| *provenance* (common) | The provenance of the new group |  | String
-| *role* (common) | The role of the user in this group. Can be |  | Role
-| *userId* (common) | The id of user to be added to group |  | String
+| *description* | The description of the new group |  | String
+| *externalSyncIdentifier* | The external_sync_identifier of the new group |  
| String
+| *groupId* | The id of group |  | String
+| *groupInfo* | The updated information |  | Info
+| *groupMembershipId* | The id of group membership to delete |  | String
+| *info* | The updated information |  | Info
+| *invitabilityLevel* | The invitibility_level of the new group |  | String
+| *memberViewabilityLevel* | The member_viewability_level of the new group |  
| String
+| *name* | The name of the new group |  | String
+| *provenance* | The provenance of the new group |  | String
+| *role* | The role of the user in this group. Can be |  | Role
+| *userId* | The id of user to be added to group |  | String
 |===
 
 ==== apiName: search
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *folderId* (common) | The id of folder searched |  | String
-| *query* (common) | The search query |  | String
+| *folderId* | The id of folder searched |  | String
+| *query* | The search query |  | String
 |===
 
 ==== apiName: tasks
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *action* (common) | The action the task assignee will be prompted to do |  | 
Action
-| *assignTo* (common) | The user to assign to task |  | BoxUser
-| *dueAt* (common) | The day at which this task is due |  | Date
-| *fileId* (common) | The id of file to add task to |  | String
-| *info* (common) | The updated information |  | Info
-| *message* (common) | An optional message to include with the task |  | String
-| *taskAssignmentId* (common) | The id of task assignment to delete.Skip 
navigation links |  | String
-| *taskId* (common) | The id of task to add assignment for |  | String
+| *action* | The action the task assignee will be prompted to do |  | Action
+| *assignTo* | The user to assign to task |  | BoxUser
+| *dueAt* | The day at which this task is due |  | Date
+| *fileId* | The id of file to add task to |  | String
+| *info* | The updated information |  | Info
+| *message* | An optional message to include with the task |  | String
+| *taskAssignmentId* | The id of task assignment to delete.Skip navigation 
links |  | String
+| *taskId* | The id of task to add assignment for |  | String
 |===
 
 ==== apiName: users
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *email* (common) | The email address to add as an alias |  | String
-| *emailAliasId* (common) | The id of the email alias to delete |  | String
-| *fields* (common) | The fields to retrieve. Leave this out for the standard 
fields. |  | String[]
-| *filterTerm* (common) | The filter term to lookup users by (login for 
external, login or name for managed); if |  | String
-| *force* (common) | Whether or not this user should be deleted even if they 
still own files |  | Boolean
-| *info* (common) | The updated information |  | Info
-| *login* (common) | The email address the user will use to login |  | String
-| *name* (common) | The name of the user |  | String
-| *notifyUser* (common) | Whether or not to send an email notification to the 
user that their account has been deleted |  | Boolean
-| *params* (common) | Additional user information |  | CreateUserParams
-| *sourceUserId* (common) | The user id of the user whose files will be the 
source for this operation.Skip navigation links |  | String
-| *userId* (common) | The id of user |  | String
+| *email* | The email address to add as an alias |  | String
+| *emailAliasId* | The id of the email alias to delete |  | String
+| *fields* | The fields to retrieve. Leave this out for the standard fields. | 
 | String[]
+| *filterTerm* | The filter term to lookup users by (login for external, login 
or name for managed); if |  | String
+| *force* | Whether or not this user should be deleted even if they still own 
files |  | Boolean
+| *info* | The updated information |  | Info
+| *login* | The email address the user will use to login |  | String
+| *name* | The name of the user |  | String
+| *notifyUser* | Whether or not to send an email notification to the user that 
their account has been deleted |  | Boolean
+| *params* | Additional user information |  | CreateUserParams
+| *sourceUserId* | The user id of the user whose files will be the source for 
this operation.Skip navigation links |  | String
+| *userId* | The id of user |  | String
 |===
 // endpoint options: END
 
diff --git a/components/camel-braintree/src/main/docs/braintree-component.adoc 
b/components/camel-braintree/src/main/docs/braintree-component.adoc
index 4b7dc1e..af47ae2 100644
--- a/components/camel-braintree/src/main/docs/braintree-component.adoc
+++ b/components/camel-braintree/src/main/docs/braintree-component.adoc
@@ -141,134 +141,134 @@ braintree:apiName/methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *customerId* (common) | The id of the |  | String
-| *id* (common) | The id of the |  | String
-| *request* (common) | The request object |  | AddressRequest
+| *customerId* | The id of the |  | String
+| *id* | The id of the |  | String
+| *request* | The request object |  | AddressRequest
 |===
 
 ==== apiName: clientToken
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *request* (common) |  |  | ClientTokenRequest
+| *request* |  |  | ClientTokenRequest
 |===
 
 ==== apiName: creditCardVerification
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *id* (common) |  |  | String
-| *query* (common) |  |  | CreditCardVerificationSearchRequest
-| *request* (common) |  |  | CreditCardVerificationRequest
+| *id* |  |  | String
+| *query* |  |  | CreditCardVerificationSearchRequest
+| *request* |  |  | CreditCardVerificationRequest
 |===
 
 ==== apiName: customer
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *associationFilterId* (common) | The id of the association filter to use |  
| String
-| *id* (common) | The id of the |  | String
-| *query* (common) | The request query to use for search |  | 
CustomerSearchRequest
-| *request* (common) | The request |  | CustomerRequest
+| *associationFilterId* | The id of the association filter to use |  | String
+| *id* | The id of the |  | String
+| *query* | The request query to use for search |  | CustomerSearchRequest
+| *request* | The request |  | CustomerRequest
 |===
 
 ==== apiName: dispute
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (common) | The content of the text evidence for the dispute |  | 
String
-| *disputeId* (common) | The dispute id to add text evidence to |  | String
-| *documentId* (common) | The document id of a previously uploaded document |  
| String
-| *evidenceId* (common) | The evidence id to remove |  | String
-| *fileEvidenceRequest* (common) | The file evidence request for the dispute | 
 | FileEvidenceRequest
-| *id* (common) | The dispute id to accept |  | String
-| *query* (common) | The query for what disputes to find |  | 
DisputeSearchRequest
-| *textEvidenceRequest* (common) | The text evidence request for the dispute | 
 | TextEvidenceRequest
+| *content* | The content of the text evidence for the dispute |  | String
+| *disputeId* | The dispute id to add text evidence to |  | String
+| *documentId* | The document id of a previously uploaded document |  | String
+| *evidenceId* | The evidence id to remove |  | String
+| *fileEvidenceRequest* | The file evidence request for the dispute |  | 
FileEvidenceRequest
+| *id* | The dispute id to accept |  | String
+| *query* | The query for what disputes to find |  | DisputeSearchRequest
+| *textEvidenceRequest* | The text evidence request for the dispute |  | 
TextEvidenceRequest
 |===
 
 ==== apiName: documentUpload
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *request* (common) |  |  | DocumentUploadRequest
+| *request* |  |  | DocumentUploadRequest
 |===
 
 ==== apiName: merchantAccount
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *currencyRequest* (common) |  |  | MerchantAccountCreateForCurrencyRequest
-| *id* (common) |  |  | String
-| *page* (common) |  |  | Integer
-| *request* (common) |  |  | MerchantAccountRequest
+| *currencyRequest* |  |  | MerchantAccountCreateForCurrencyRequest
+| *id* |  |  | String
+| *page* |  |  | Integer
+| *request* |  |  | MerchantAccountRequest
 |===
 
 ==== apiName: paymentMethod
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *deleteRequest* (common) |  |  | PaymentMethodDeleteRequest
-| *grantRequest* (common) |  |  | PaymentMethodGrantRequest
-| *request* (common) |  |  | PaymentMethodRequest
-| *token* (common) |  |  | String
+| *deleteRequest* |  |  | PaymentMethodDeleteRequest
+| *grantRequest* |  |  | PaymentMethodGrantRequest
+| *request* |  |  | PaymentMethodRequest
+| *token* |  |  | String
 |===
 
 ==== apiName: paymentMethodNonce
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *paymentMethodNonce* (common) |  |  | String
-| *paymentMethodToken* (common) |  |  | String
-| *request* (common) |  |  | PaymentMethodNonceRequest
+| *paymentMethodNonce* |  |  | String
+| *paymentMethodToken* |  |  | String
+| *request* |  |  | PaymentMethodNonceRequest
 |===
 
 ==== apiName: report
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *request* (common) | The request |  | TransactionLevelFeeReportRequest
+| *request* | The request |  | TransactionLevelFeeReportRequest
 |===
 
 ==== apiName: settlementBatchSummary
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *groupByCustomField* (common) |  |  | String
-| *settlementDate* (common) |  |  | Calendar
+| *groupByCustomField* |  |  | String
+| *settlementDate* |  |  | Calendar
 |===
 
 ==== apiName: subscription
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *amount* (common) |  |  | BigDecimal
-| *customerId* (common) |  |  | String
-| *id* (common) | Of the |  | String
-| *request* (common) | The request |  | SubscriptionRequest
-| *searchRequest* (common) | The |  | SubscriptionSearchRequest
-| *submitForSettlement* (common) |  |  | Boolean
-| *subscriptionId* (common) |  |  | String
+| *amount* |  |  | BigDecimal
+| *customerId* |  |  | String
+| *id* | Of the |  | String
+| *request* | The request |  | SubscriptionRequest
+| *searchRequest* | The |  | SubscriptionSearchRequest
+| *submitForSettlement* |  |  | Boolean
+| *subscriptionId* |  |  | String
 |===
 
 ==== apiName: transaction
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *amount* (common) |  |  | BigDecimal
-| *cloneRequest* (common) |  |  | TransactionCloneRequest
-| *id* (common) | Of the transaction to cancel release from escrow of |  | 
String
-| *query* (common) | The search query |  | TransactionSearchRequest
-| *refundRequest* (common) |  |  | TransactionRefundRequest
-| *request* (common) | The request |  | TransactionRequest
+| *amount* |  |  | BigDecimal
+| *cloneRequest* |  |  | TransactionCloneRequest
+| *id* | Of the transaction to cancel release from escrow of |  | String
+| *query* | The search query |  | TransactionSearchRequest
+| *refundRequest* |  |  | TransactionRefundRequest
+| *request* | The request |  | TransactionRequest
 |===
 
 ==== apiName: webhookNotification
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *challenge* (common) |  |  | String
-| *payload* (common) |  |  | String
-| *signature* (common) |  |  | String
+| *challenge* |  |  | String
+| *payload* |  |  | String
+| *signature* |  |  | String
 |===
 // endpoint options: END
 
diff --git 
a/components/camel-fhir/camel-fhir-component/src/main/docs/fhir-component.adoc 
b/components/camel-fhir/camel-fhir-component/src/main/docs/fhir-component.adoc
index f6182c5..3434e9f 100644
--- 
a/components/camel-fhir/camel-fhir-component/src/main/docs/fhir-component.adoc
+++ 
b/components/camel-fhir/camel-fhir-component/src/main/docs/fhir-component.adoc
@@ -184,154 +184,154 @@ fhir:apiName/methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *extraParameters* (common) |  |  | Map
-| *type* (common) |  |  | Class
+| *extraParameters* |  |  | Map
+| *type* |  |  | Class
 |===
 
 ==== apiName: create
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *extraParameters* (common) | See |  | Map
-| *preferReturn* (common) | Add a |  | PreferReturnEnum
-| *resource* (common) | The resource to create |  | IBaseResource
-| *resourceAsString* (common) | The resource to create |  | String
-| *url* (common) | The search URL to use. The format of this URL should be of 
the form |  | String
+| *extraParameters* | See |  | Map
+| *preferReturn* | Add a |  | PreferReturnEnum
+| *resource* | The resource to create |  | IBaseResource
+| *resourceAsString* | The resource to create |  | String
+| *url* | The search URL to use. The format of this URL should be of the form 
|  | String
 |===
 
 ==== apiName: delete
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *extraParameters* (common) | See |  | Map
-| *id* (common) | The |  | IIdType
-| *resource* (common) | The |  | IBaseResource
-| *stringId* (common) | It's id |  | String
-| *type* (common) | The resource type e.g Patient |  | String
-| *url* (common) | The search URL to use. The format of this URL should be of 
the form |  | String
+| *extraParameters* | See |  | Map
+| *id* | The |  | IIdType
+| *resource* | The |  | IBaseResource
+| *stringId* | It's id |  | String
+| *type* | The resource type e.g Patient |  | String
+| *url* | The search URL to use. The format of this URL should be of the form 
|  | String
 |===
 
 ==== apiName: history
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *count* (common) |  |  | Integer
-| *cutoff* (common) |  |  | Date
-| *extraParameters* (common) |  |  | Map
-| *iCutoff* (common) |  |  | IPrimitiveType
-| *id* (common) |  |  | IIdType
-| *resourceType* (common) |  |  | Class
-| *returnType* (common) |  |  | Class
+| *count* |  |  | Integer
+| *cutoff* |  |  | Date
+| *extraParameters* |  |  | Map
+| *iCutoff* |  |  | IPrimitiveType
+| *id* |  |  | IIdType
+| *resourceType* |  |  | Class
+| *returnType* |  |  | Class
 |===
 
 ==== apiName: load-page
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *bundle* (common) |  |  | IBaseBundle
-| *extraParameters* (common) |  |  | Map
-| *returnType* (common) |  |  | Class
-| *url* (common) |  |  | String
+| *bundle* |  |  | IBaseBundle
+| *extraParameters* |  |  | Map
+| *returnType* |  |  | Class
+| *url* |  |  | String
 |===
 
 ==== apiName: meta
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *extraParameters* (common) |  |  | Map
-| *id* (common) |  |  | IIdType
-| *meta* (common) |  |  | IBaseMetaType
-| *metaType* (common) |  |  | Class
-| *theResourceName* (common) |  |  | String
+| *extraParameters* |  |  | Map
+| *id* |  |  | IIdType
+| *meta* |  |  | IBaseMetaType
+| *metaType* |  |  | Class
+| *theResourceName* |  |  | String
 |===
 
 ==== apiName: operation
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *asynchronous* (common) |  |  | Boolean
-| *extraParameters* (common) |  |  | Map
-| *id* (common) |  |  | IIdType
-| *msgBundle* (common) |  |  | IBaseBundle
-| *name* (common) |  |  | String
-| *outputParameterType* (common) |  |  | Class
-| *parameters* (common) |  |  | IBaseParameters
-| *resourceType* (common) |  |  | Class
-| *respondToUri* (common) |  |  | String
-| *responseClass* (common) |  |  | Class
-| *returnType* (common) |  |  | Class
-| *useHttpGet* (common) |  |  | Boolean
+| *asynchronous* |  |  | Boolean
+| *extraParameters* |  |  | Map
+| *id* |  |  | IIdType
+| *msgBundle* |  |  | IBaseBundle
+| *name* |  |  | String
+| *outputParameterType* |  |  | Class
+| *parameters* |  |  | IBaseParameters
+| *resourceType* |  |  | Class
+| *respondToUri* |  |  | String
+| *responseClass* |  |  | Class
+| *returnType* |  |  | Class
+| *useHttpGet* |  |  | Boolean
 |===
 
 ==== apiName: patch
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *extraParameters* (common) | See |  | Map
-| *id* (common) | The resource ID to patch |  | IIdType
-| *patchBody* (common) | The body of the patch document serialized in either 
XML or JSON which conforms to \http://jsonpatch.com/ or 
\http://tools.ietf.org/html/rfc5261 |  | String
-| *preferReturn* (common) | Add a |  | PreferReturnEnum
-| *stringId* (common) | The resource ID to patch |  | String
-| *url* (common) | The search URL to use. The format of this URL should be of 
the form |  | String
+| *extraParameters* | See |  | Map
+| *id* | The resource ID to patch |  | IIdType
+| *patchBody* | The body of the patch document serialized in either XML or 
JSON which conforms to \http://jsonpatch.com/ or 
\http://tools.ietf.org/html/rfc5261 |  | String
+| *preferReturn* | Add a |  | PreferReturnEnum
+| *stringId* | The resource ID to patch |  | String
+| *url* | The search URL to use. The format of this URL should be of the form 
|  | String
 |===
 
 ==== apiName: read
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *extraParameters* (common) |  |  | Map
-| *iUrl* (common) |  |  | IIdType
-| *id* (common) |  |  | IIdType
-| *ifVersionMatches* (common) |  |  | String
-| *longId* (common) |  |  | Long
-| *resource* (common) |  |  | Class
-| *resourceClass* (common) |  |  | String
-| *returnNull* (common) |  |  | Boolean
-| *returnResource* (common) |  |  | IBaseResource
-| *stringId* (common) |  |  | String
-| *throwError* (common) |  |  | Boolean
-| *url* (common) |  |  | String
-| *version* (common) |  |  | String
+| *extraParameters* |  |  | Map
+| *iUrl* |  |  | IIdType
+| *id* |  |  | IIdType
+| *ifVersionMatches* |  |  | String
+| *longId* |  |  | Long
+| *resource* |  |  | Class
+| *resourceClass* |  |  | String
+| *returnNull* |  |  | Boolean
+| *returnResource* |  |  | IBaseResource
+| *stringId* |  |  | String
+| *throwError* |  |  | Boolean
+| *url* |  |  | String
+| *version* |  |  | String
 |===
 
 ==== apiName: search
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *extraParameters* (common) | See |  | Map
-| *url* (common) | The URL to search for. Note that this URL may be complete 
(e.g. \http://example.com/base/Patientname=foo) in which case the client's base 
URL will be ignored. Or it can be relative (e.g. Patientname=foo) in which case 
the client's base URL will be used. |  | String
+| *extraParameters* | See |  | Map
+| *url* | The URL to search for. Note that this URL may be complete (e.g. 
\http://example.com/base/Patientname=foo) in which case the client's base URL 
will be ignored. Or it can be relative (e.g. Patientname=foo) in which case the 
client's base URL will be used. |  | String
 |===
 
 ==== apiName: transaction
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *bundle* (common) | Bundle to use in the transaction |  | IBaseBundle
-| *extraParameters* (common) | See |  | Map
-| *resources* (common) | Resources to use in the transaction |  | List
-| *stringBundle* (common) | Bundle to use in the transaction |  | String
+| *bundle* | Bundle to use in the transaction |  | IBaseBundle
+| *extraParameters* | See |  | Map
+| *resources* | Resources to use in the transaction |  | List
+| *stringBundle* | Bundle to use in the transaction |  | String
 |===
 
 ==== apiName: update
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *extraParameters* (common) |  |  | Map
-| *id* (common) |  |  | IIdType
-| *preferReturn* (common) |  |  | PreferReturnEnum
-| *resource* (common) |  |  | IBaseResource
-| *resourceAsString* (common) |  |  | String
-| *stringId* (common) |  |  | String
-| *url* (common) |  |  | String
+| *extraParameters* |  |  | Map
+| *id* |  |  | IIdType
+| *preferReturn* |  |  | PreferReturnEnum
+| *resource* |  |  | IBaseResource
+| *resourceAsString* |  |  | String
+| *stringId* |  |  | String
+| *url* |  |  | String
 |===
 
 ==== apiName: validate
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *extraParameters* (common) |  |  | Map
-| *resource* (common) |  |  | IBaseResource
-| *resourceAsString* (common) |  |  | String
+| *extraParameters* |  |  | Map
+| *resource* |  |  | IBaseResource
+| *resourceAsString* |  |  | String
 |===
 // endpoint options: END
 
diff --git 
a/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc 
b/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
index cc091df..5fc1021 100644
--- 
a/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
+++ 
b/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
@@ -155,61 +155,61 @@ google-calendar:apiName/methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *calendarId* (common) |  |  | String
-| *content* (common) |  |  | AclRule
-| *contentChannel* (common) |  |  | Channel
-| *ruleId* (common) |  |  | String
+| *calendarId* |  |  | String
+| *content* |  |  | AclRule
+| *contentChannel* |  |  | Channel
+| *ruleId* |  |  | String
 |===
 
 ==== apiName: calendars
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *calendarId* (common) |  |  | String
-| *content* (common) |  |  | Calendar
+| *calendarId* |  |  | String
+| *content* |  |  | Calendar
 |===
 
 ==== apiName: channels
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *contentChannel* (common) |  |  | Channel
+| *contentChannel* |  |  | Channel
 |===
 
 ==== apiName: events
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *calendarId* (common) |  |  | String
-| *content* (common) |  |  | Event
-| *contentChannel* (common) |  |  | Channel
-| *destination* (common) |  |  | String
-| *eventId* (common) |  |  | String
-| *text* (common) |  |  | String
+| *calendarId* |  |  | String
+| *content* |  |  | Event
+| *contentChannel* |  |  | Channel
+| *destination* |  |  | String
+| *eventId* |  |  | String
+| *text* |  |  | String
 |===
 
 ==== apiName: freebusy
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (common) |  |  | FreeBusyRequest
+| *content* |  |  | FreeBusyRequest
 |===
 
 ==== apiName: list
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *calendarId* (common) |  |  | String
-| *content* (common) |  |  | CalendarListEntry
-| *contentChannel* (common) |  |  | Channel
+| *calendarId* |  |  | String
+| *content* |  |  | CalendarListEntry
+| *contentChannel* |  |  | Channel
 |===
 
 ==== apiName: settings
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *contentChannel* (common) |  |  | Channel
-| *setting* (common) |  |  | String
+| *contentChannel* |  |  | Channel
+| *setting* |  |  | String
 |===
 // endpoint options: END
 
diff --git 
a/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc
 
b/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc
index 3e874f0..82630f9 100644
--- 
a/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc
+++ 
b/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc
@@ -158,61 +158,61 @@ google-calendar-stream:index
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *calendarId* (consumer) |  |  | String
-| *content* (consumer) |  |  | AclRule
-| *contentChannel* (consumer) |  |  | Channel
-| *ruleId* (consumer) |  |  | String
+| *calendarId* |  |  | String
+| *content* |  |  | AclRule
+| *contentChannel* |  |  | Channel
+| *ruleId* |  |  | String
 |===
 
 ==== : calendars
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *calendarId* (consumer) |  |  | String
-| *content* (consumer) |  |  | Calendar
+| *calendarId* |  |  | String
+| *content* |  |  | Calendar
 |===
 
 ==== : channels
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *contentChannel* (consumer) |  |  | Channel
+| *contentChannel* |  |  | Channel
 |===
 
 ==== : events
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *calendarId* (consumer) |  |  | String
-| *content* (consumer) |  |  | Event
-| *contentChannel* (consumer) |  |  | Channel
-| *destination* (consumer) |  |  | String
-| *eventId* (consumer) |  |  | String
-| *text* (consumer) |  |  | String
+| *calendarId* |  |  | String
+| *content* |  |  | Event
+| *contentChannel* |  |  | Channel
+| *destination* |  |  | String
+| *eventId* |  |  | String
+| *text* |  |  | String
 |===
 
 ==== : freebusy
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (consumer) |  |  | FreeBusyRequest
+| *content* |  |  | FreeBusyRequest
 |===
 
 ==== : list
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *calendarId* (consumer) |  |  | String
-| *content* (consumer) |  |  | CalendarListEntry
-| *contentChannel* (consumer) |  |  | Channel
+| *calendarId* |  |  | String
+| *content* |  |  | CalendarListEntry
+| *contentChannel* |  |  | Channel
 |===
 
 ==== : settings
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *contentChannel* (consumer) |  |  | Channel
-| *setting* (consumer) |  |  | String
+| *contentChannel* |  |  | Channel
+| *setting* |  |  | String
 |===
 // endpoint options: END
 
diff --git 
a/components/camel-google-drive/src/main/docs/google-drive-component.adoc 
b/components/camel-google-drive/src/main/docs/google-drive-component.adoc
index 5933f7c..c3e9cc4 100644
--- a/components/camel-google-drive/src/main/docs/google-drive-component.adoc
+++ b/components/camel-google-drive/src/main/docs/google-drive-component.adoc
@@ -177,106 +177,106 @@ google-drive:apiName/methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *appId* (common) |  |  | String
+| *appId* |  |  | String
 |===
 
 ==== apiName: drive-changes
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *changeId* (common) |  |  | String
-| *contentChannel* (common) |  |  | Channel
+| *changeId* |  |  | String
+| *contentChannel* |  |  | Channel
 |===
 
 ==== apiName: drive-channels
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *contentChannel* (common) |  |  | Channel
+| *contentChannel* |  |  | Channel
 |===
 
 ==== apiName: drive-children
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *childId* (common) |  |  | String
-| *content* (common) |  |  | ChildReference
-| *folderId* (common) |  |  | String
+| *childId* |  |  | String
+| *content* |  |  | ChildReference
+| *folderId* |  |  | String
 |===
 
 ==== apiName: drive-comments
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *commentId* (common) |  |  | String
-| *content* (common) |  |  | Comment
-| *fileId* (common) |  |  | String
+| *commentId* |  |  | String
+| *content* |  |  | Comment
+| *fileId* |  |  | String
 |===
 
 ==== apiName: drive-files
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (common) |  |  | File
-| *contentChannel* (common) |  |  | Channel
-| *fileId* (common) |  |  | String
-| *mediaContent* (common) |  |  | AbstractInputStreamContent
-| *mimeType* (common) |  |  | String
+| *content* |  |  | File
+| *contentChannel* |  |  | Channel
+| *fileId* |  |  | String
+| *mediaContent* |  |  | AbstractInputStreamContent
+| *mimeType* |  |  | String
 |===
 
 ==== apiName: drive-parents
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (common) |  |  | ParentReference
-| *fileId* (common) |  |  | String
-| *parentId* (common) |  |  | String
+| *content* |  |  | ParentReference
+| *fileId* |  |  | String
+| *parentId* |  |  | String
 |===
 
 ==== apiName: drive-permissions
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (common) |  |  | Permission
-| *email* (common) |  |  | String
-| *fileId* (common) |  |  | String
-| *permissionId* (common) |  |  | String
+| *content* |  |  | Permission
+| *email* |  |  | String
+| *fileId* |  |  | String
+| *permissionId* |  |  | String
 |===
 
 ==== apiName: drive-properties
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (common) |  |  | Property
-| *fileId* (common) |  |  | String
-| *propertyKey* (common) |  |  | String
+| *content* |  |  | Property
+| *fileId* |  |  | String
+| *propertyKey* |  |  | String
 |===
 
 ==== apiName: drive-realtime
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *fileId* (common) |  |  | String
-| *mediaContent* (common) |  |  | AbstractInputStreamContent
+| *fileId* |  |  | String
+| *mediaContent* |  |  | AbstractInputStreamContent
 |===
 
 ==== apiName: drive-replies
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *commentId* (common) |  |  | String
-| *content* (common) |  |  | CommentReply
-| *fileId* (common) |  |  | String
-| *replyId* (common) |  |  | String
+| *commentId* |  |  | String
+| *content* |  |  | CommentReply
+| *fileId* |  |  | String
+| *replyId* |  |  | String
 |===
 
 ==== apiName: drive-revisions
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (common) |  |  | Revision
-| *fileId* (common) |  |  | String
-| *revisionId* (common) |  |  | String
+| *content* |  |  | Revision
+| *fileId* |  |  | String
+| *revisionId* |  |  | String
 |===
 // endpoint options: END
 
diff --git 
a/components/camel-google-mail/src/main/docs/google-mail-component.adoc 
b/components/camel-google-mail/src/main/docs/google-mail-component.adoc
index a5505da..9e44d2d 100644
--- a/components/camel-google-mail/src/main/docs/google-mail-component.adoc
+++ b/components/camel-google-mail/src/main/docs/google-mail-component.adoc
@@ -165,65 +165,65 @@ google-mail:apiName/methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *id* (common) |  |  | String
-| *messageId* (common) |  |  | String
-| *userId* (common) |  |  | String
+| *id* |  |  | String
+| *messageId* |  |  | String
+| *userId* |  |  | String
 |===
 
 ==== apiName: drafts
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (common) |  |  | Draft
-| *id* (common) |  |  | String
-| *mediaContent* (common) |  |  | AbstractInputStreamContent
-| *userId* (common) |  |  | String
+| *content* |  |  | Draft
+| *id* |  |  | String
+| *mediaContent* |  |  | AbstractInputStreamContent
+| *userId* |  |  | String
 |===
 
 ==== apiName: history
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *userId* (common) |  |  | String
+| *userId* |  |  | String
 |===
 
 ==== apiName: labels
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (common) |  |  | Label
-| *id* (common) |  |  | String
-| *userId* (common) |  |  | String
+| *content* |  |  | Label
+| *id* |  |  | String
+| *userId* |  |  | String
 |===
 
 ==== apiName: messages
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *batchDeleteMessagesRequest* (common) |  |  | BatchDeleteMessagesRequest
-| *batchModifyMessagesRequest* (common) |  |  | BatchModifyMessagesRequest
-| *content* (common) |  |  | Message
-| *id* (common) |  |  | String
-| *mediaContent* (common) |  |  | AbstractInputStreamContent
-| *modifyMessageRequest* (common) |  |  | ModifyMessageRequest
-| *userId* (common) |  |  | String
+| *batchDeleteMessagesRequest* |  |  | BatchDeleteMessagesRequest
+| *batchModifyMessagesRequest* |  |  | BatchModifyMessagesRequest
+| *content* |  |  | Message
+| *id* |  |  | String
+| *mediaContent* |  |  | AbstractInputStreamContent
+| *modifyMessageRequest* |  |  | ModifyMessageRequest
+| *userId* |  |  | String
 |===
 
 ==== apiName: threads
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (common) |  |  | ModifyThreadRequest
-| *id* (common) |  |  | String
-| *userId* (common) |  |  | String
+| *content* |  |  | ModifyThreadRequest
+| *id* |  |  | String
+| *userId* |  |  | String
 |===
 
 ==== apiName: users
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (common) |  |  | WatchRequest
-| *userId* (common) |  |  | String
+| *content* |  |  | WatchRequest
+| *userId* |  |  | String
 |===
 // endpoint options: END
 
diff --git 
a/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc 
b/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc
index 6ed04ea..8014917 100644
--- 
a/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc
+++ 
b/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc
@@ -152,65 +152,65 @@ google-mail-stream:index
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *id* (consumer) |  |  | String
-| *messageId* (consumer) |  |  | String
-| *userId* (consumer) |  |  | String
+| *id* |  |  | String
+| *messageId* |  |  | String
+| *userId* |  |  | String
 |===
 
 ==== : drafts
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (consumer) |  |  | Draft
-| *id* (consumer) |  |  | String
-| *mediaContent* (consumer) |  |  | AbstractInputStreamContent
-| *userId* (consumer) |  |  | String
+| *content* |  |  | Draft
+| *id* |  |  | String
+| *mediaContent* |  |  | AbstractInputStreamContent
+| *userId* |  |  | String
 |===
 
 ==== : history
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *userId* (consumer) |  |  | String
+| *userId* |  |  | String
 |===
 
 ==== : labels
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (consumer) |  |  | Label
-| *id* (consumer) |  |  | String
-| *userId* (consumer) |  |  | String
+| *content* |  |  | Label
+| *id* |  |  | String
+| *userId* |  |  | String
 |===
 
 ==== : messages
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *batchDeleteMessagesRequest* (consumer) |  |  | BatchDeleteMessagesRequest
-| *batchModifyMessagesRequest* (consumer) |  |  | BatchModifyMessagesRequest
-| *content* (consumer) |  |  | Message
-| *id* (consumer) |  |  | String
-| *mediaContent* (consumer) |  |  | AbstractInputStreamContent
-| *modifyMessageRequest* (consumer) |  |  | ModifyMessageRequest
-| *userId* (consumer) |  |  | String
+| *batchDeleteMessagesRequest* |  |  | BatchDeleteMessagesRequest
+| *batchModifyMessagesRequest* |  |  | BatchModifyMessagesRequest
+| *content* |  |  | Message
+| *id* |  |  | String
+| *mediaContent* |  |  | AbstractInputStreamContent
+| *modifyMessageRequest* |  |  | ModifyMessageRequest
+| *userId* |  |  | String
 |===
 
 ==== : threads
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (consumer) |  |  | ModifyThreadRequest
-| *id* (consumer) |  |  | String
-| *userId* (consumer) |  |  | String
+| *content* |  |  | ModifyThreadRequest
+| *id* |  |  | String
+| *userId* |  |  | String
 |===
 
 ==== : users
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *content* (consumer) |  |  | WatchRequest
-| *userId* (consumer) |  |  | String
+| *content* |  |  | WatchRequest
+| *userId* |  |  | String
 |===
 // endpoint options: END
 
diff --git 
a/components/camel-google-sheets/src/main/docs/google-sheets-component.adoc 
b/components/camel-google-sheets/src/main/docs/google-sheets-component.adoc
index ec4c1d5..abae513 100644
--- a/components/camel-google-sheets/src/main/docs/google-sheets-component.adoc
+++ b/components/camel-google-sheets/src/main/docs/google-sheets-component.adoc
@@ -161,25 +161,25 @@ google-sheets:apiName/methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *batchClearValuesRequest* (common) | The |  | BatchClearValuesRequest
-| *batchGetValuesByDataFilter Request* (common) | The |  | 
BatchGetValuesByDataFilterRequest
-| *batchUpdateValuesByDataFilter Request* (common) | The |  | 
BatchUpdateValuesByDataFilterRequest
-| *batchUpdateValuesRequest* (common) | The |  | BatchUpdateValuesRequest
-| *clearValuesRequest* (common) | The |  | ClearValuesRequest
-| *content* (common) | The |  | BatchClearValuesByDataFilterRequest
-| *range* (common) | The A1 notation of a range to search for a logical table 
of data. Values will be appended after the last row of the table. |  | String
-| *spreadsheetId* (common) | The ID of the spreadsheet to update |  | String
-| *values* (common) | The |  | ValueRange
+| *batchClearValuesRequest* | The |  | BatchClearValuesRequest
+| *batchGetValuesByDataFilter Request* | The |  | 
BatchGetValuesByDataFilterRequest
+| *batchUpdateValuesByDataFilter Request* | The |  | 
BatchUpdateValuesByDataFilterRequest
+| *batchUpdateValuesRequest* | The |  | BatchUpdateValuesRequest
+| *clearValuesRequest* | The |  | ClearValuesRequest
+| *content* | The |  | BatchClearValuesByDataFilterRequest
+| *range* | The A1 notation of a range to search for a logical table of data. 
Values will be appended after the last row of the table. |  | String
+| *spreadsheetId* | The ID of the spreadsheet to update |  | String
+| *values* | The |  | ValueRange
 |===
 
 ==== apiName: spreadsheets
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *batchUpdateSpreadsheetRequest* (common) | The |  | 
BatchUpdateSpreadsheetRequest
-| *content* (common) | The |  | Spreadsheet
-| *getSpreadsheetByDataFilter Request* (common) | The |  | 
GetSpreadsheetByDataFilterRequest
-| *spreadsheetId* (common) | The spreadsheet to apply the updates to |  | 
String
+| *batchUpdateSpreadsheetRequest* | The |  | BatchUpdateSpreadsheetRequest
+| *content* | The |  | Spreadsheet
+| *getSpreadsheetByDataFilter Request* | The |  | 
GetSpreadsheetByDataFilterRequest
+| *spreadsheetId* | The spreadsheet to apply the updates to |  | String
 |===
 // endpoint options: END
 
diff --git 
a/components/camel-google-sheets/src/main/docs/google-sheets-stream-component.adoc
 
b/components/camel-google-sheets/src/main/docs/google-sheets-stream-component.adoc
index 5cfb418..d1fbf89 100644
--- 
a/components/camel-google-sheets/src/main/docs/google-sheets-stream-component.adoc
+++ 
b/components/camel-google-sheets/src/main/docs/google-sheets-stream-component.adoc
@@ -162,25 +162,25 @@ google-sheets-stream:apiName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *batchClearValuesRequest* (consumer) | The |  | BatchClearValuesRequest
-| *batchGetValuesByDataFilter Request* (consumer) | The |  | 
BatchGetValuesByDataFilterRequest
-| *batchUpdateValuesByDataFilter Request* (consumer) | The |  | 
BatchUpdateValuesByDataFilterRequest
-| *batchUpdateValuesRequest* (consumer) | The |  | BatchUpdateValuesRequest
-| *clearValuesRequest* (consumer) | The |  | ClearValuesRequest
-| *content* (consumer) | The |  | BatchClearValuesByDataFilterRequest
-| *range* (consumer) | The A1 notation of a range to search for a logical 
table of data. Values will be appended after the last row of the table. |  | 
String
-| *spreadsheetId* (consumer) | The ID of the spreadsheet to update |  | String
-| *values* (consumer) | The |  | ValueRange
+| *batchClearValuesRequest* | The |  | BatchClearValuesRequest
+| *batchGetValuesByDataFilter Request* | The |  | 
BatchGetValuesByDataFilterRequest
+| *batchUpdateValuesByDataFilter Request* | The |  | 
BatchUpdateValuesByDataFilterRequest
+| *batchUpdateValuesRequest* | The |  | BatchUpdateValuesRequest
+| *clearValuesRequest* | The |  | ClearValuesRequest
+| *content* | The |  | BatchClearValuesByDataFilterRequest
+| *range* | The A1 notation of a range to search for a logical table of data. 
Values will be appended after the last row of the table. |  | String
+| *spreadsheetId* | The ID of the spreadsheet to update |  | String
+| *values* | The |  | ValueRange
 |===
 
 ==== : spreadsheets
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *batchUpdateSpreadsheetRequest* (consumer) | The |  | 
BatchUpdateSpreadsheetRequest
-| *content* (consumer) | The |  | Spreadsheet
-| *getSpreadsheetByDataFilter Request* (consumer) | The |  | 
GetSpreadsheetByDataFilterRequest
-| *spreadsheetId* (consumer) | The spreadsheet to apply the updates to |  | 
String
+| *batchUpdateSpreadsheetRequest* | The |  | BatchUpdateSpreadsheetRequest
+| *content* | The |  | Spreadsheet
+| *getSpreadsheetByDataFilter Request* | The |  | 
GetSpreadsheetByDataFilterRequest
+| *spreadsheetId* | The spreadsheet to apply the updates to |  | String
 |===
 // endpoint options: END
 
diff --git 
a/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
 
b/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
index 7002e26..c39559e 100644
--- 
a/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
+++ 
b/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
@@ -166,13 +166,13 @@ olingo2:apiName/methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *data* (common) |  |  | Object
-| *edm* (common) |  |  | Edm
-| *endpointHttpHeaders* (common) |  |  | Map
-| *keyPredicate* (common) |  |  | String
-| *queryParams* (common) |  |  | Map
-| *resourcePath* (common) |  |  | String
-| *responseHandler* (common) |  |  | Olingo2ResponseHandler
+| *data* |  |  | Object
+| *edm* |  |  | Edm
+| *endpointHttpHeaders* |  |  | Map
+| *keyPredicate* |  |  | String
+| *queryParams* |  |  | Map
+| *resourcePath* |  |  | String
+| *responseHandler* |  |  | Olingo2ResponseHandler
 |===
 // endpoint options: END
 
diff --git 
a/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc
 
b/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc
index 4668e31..14755be 100644
--- 
a/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc
+++ 
b/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc
@@ -163,13 +163,13 @@ olingo4:apiName/methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *data* (common) |  |  | Object
-| *edm* (common) |  |  | Edm
-| *endpointHttpHeaders* (common) |  |  | Map
-| *keyPredicate* (common) |  |  | String
-| *queryParams* (common) |  |  | Map
-| *resourcePath* (common) |  |  | String
-| *responseHandler* (common) |  |  | Olingo4ResponseHandler
+| *data* |  |  | Object
+| *edm* |  |  | Edm
+| *endpointHttpHeaders* |  |  | Map
+| *keyPredicate* |  |  | String
+| *queryParams* |  |  | Map
+| *resourcePath* |  |  | String
+| *responseHandler* |  |  | Olingo4ResponseHandler
 |===
 // endpoint options: END
 
diff --git a/components/camel-twilio/src/main/docs/twilio-component.adoc 
b/components/camel-twilio/src/main/docs/twilio-component.adoc
index ad1aa64..e255555 100644
--- a/components/camel-twilio/src/main/docs/twilio-component.adoc
+++ b/components/camel-twilio/src/main/docs/twilio-component.adoc
@@ -116,486 +116,486 @@ twilio:apiName/methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathSid* (common) | Fetch by unique Account Sid |  | String
+| *pathSid* | Fetch by unique Account Sid |  | String
 |===
 
 ==== apiName: address
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *city* (common) | The city of the new address |  | String
-| *customerName* (common) | The name to associate with the new address |  | 
String
-| *isoCountry* (common) | The ISO country code of the new address |  | String
-| *pathAccountSid* (common) | The SID of the Account that will be responsible 
for the new Address resource |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
-| *postalCode* (common) | The postal code of the new address |  | String
-| *region* (common) | The state or region of the new address |  | String
-| *street* (common) | The number and street address of the new address |  | 
String
+| *city* | The city of the new address |  | String
+| *customerName* | The name to associate with the new address |  | String
+| *isoCountry* | The ISO country code of the new address |  | String
+| *pathAccountSid* | The SID of the Account that will be responsible for the 
new Address resource |  | String
+| *pathSid* | The unique string that identifies the resource |  | String
+| *postalCode* | The postal code of the new address |  | String
+| *region* | The state or region of the new address |  | String
+| *street* | The number and street address of the new address |  | String
 |===
 
 ==== apiName: address-dependent-phone-number
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to read |  | String
-| *pathAddressSid* (common) | The SID of the Address resource associated with 
the phone number |  | String
+| *pathAccountSid* | The SID of the Account that created the resources to read 
|  | String
+| *pathAddressSid* | The SID of the Address resource associated with the phone 
number |  | String
 |===
 
 ==== apiName: application
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *pathSid* | The unique string that identifies the resource |  | String
 |===
 
 ==== apiName: available-phone-number-country
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account requesting the available 
phone number Country resource |  | String
-| *pathCountryCode* (common) | The ISO country code of the country to fetch 
available phone number information about |  | String
+| *pathAccountSid* | The SID of the Account requesting the available phone 
number Country resource |  | String
+| *pathCountryCode* | The ISO country code of the country to fetch available 
phone number information about |  | String
 |===
 
 ==== apiName: available-phone-number-country-local
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account requesting the 
AvailablePhoneNumber resources |  | String
-| *pathCountryCode* (common) | The ISO Country code of the country from which 
to read phone numbers |  | String
+| *pathAccountSid* | The SID of the Account requesting the 
AvailablePhoneNumber resources |  | String
+| *pathCountryCode* | The ISO Country code of the country from which to read 
phone numbers |  | String
 |===
 
 ==== apiName: available-phone-number-country-mobile
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account requesting the 
AvailablePhoneNumber resources |  | String
-| *pathCountryCode* (common) | The ISO Country code of the country from which 
to read phone numbers |  | String
+| *pathAccountSid* | The SID of the Account requesting the 
AvailablePhoneNumber resources |  | String
+| *pathCountryCode* | The ISO Country code of the country from which to read 
phone numbers |  | String
 |===
 
 ==== apiName: available-phone-number-country-toll-free
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account requesting the 
AvailablePhoneNumber resources |  | String
-| *pathCountryCode* (common) | The ISO Country code of the country from which 
to read phone numbers |  | String
+| *pathAccountSid* | The SID of the Account requesting the 
AvailablePhoneNumber resources |  | String
+| *pathCountryCode* | The ISO Country code of the country from which to read 
phone numbers |  | String
 |===
 
 ==== apiName: call
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *applicationSid* (common) | The SID of the Application resource that will 
handle the call |  | String
-| *from* (common) | Twilio number from which to originate the call |  | 
Endpoint
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *pathSid* (common) | The unique string that identifies this resource |  | 
String
-| *to* (common) | Phone number, SIP address, or client identifier to call |  | 
Endpoint
-| *twiml* (common) | TwiML instructions for the call |  | Twiml
-| *url* (common) | The absolute URL that returns TwiML for this call |  | URI
+| *applicationSid* | The SID of the Application resource that will handle the 
call |  | String
+| *from* | Twilio number from which to originate the call |  | Endpoint
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *pathSid* | The unique string that identifies this resource |  | String
+| *to* | Phone number, SIP address, or client identifier to call |  | Endpoint
+| *twiml* | TwiML instructions for the call |  | Twiml
+| *url* | The absolute URL that returns TwiML for this call |  | URI
 |===
 
 ==== apiName: call-feedback
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The unique sid that identifies this account |  | 
String
-| *pathCallSid* (common) | The call sid that uniquely identifies the call |  | 
String
-| *qualityScore* (common) | The call quality expressed as an integer from 1 to 
5 |  | Integer
+| *pathAccountSid* | The unique sid that identifies this account |  | String
+| *pathCallSid* | The call sid that uniquely identifies the call |  | String
+| *qualityScore* | The call quality expressed as an integer from 1 to 5 |  | 
Integer
 |===
 
 ==== apiName: call-feedback-summary
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *endDate* (common) | Only include feedback given on or before this date |  | 
LocalDate
-| *pathAccountSid* (common) | The unique sid that identifies this account |  | 
String
-| *pathSid* (common) | A string that uniquely identifies this feedback summary 
resource |  | String
-| *startDate* (common) | Only include feedback given on or after this date |  
| LocalDate
+| *endDate* | Only include feedback given on or before this date |  | LocalDate
+| *pathAccountSid* | The unique sid that identifies this account |  | String
+| *pathSid* | A string that uniquely identifies this feedback summary resource 
|  | String
+| *startDate* | Only include feedback given on or after this date |  | 
LocalDate
 |===
 
 ==== apiName: call-notification
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the resource 
to fetch |  | String
-| *pathCallSid* (common) | The Call SID of the resource to fetch |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resource to fetch 
|  | String
+| *pathCallSid* | The Call SID of the resource to fetch |  | String
+| *pathSid* | The unique string that identifies the resource |  | String
 |===
 
 ==== apiName: call-recording
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *pathCallSid* (common) | The SID of the Call to associate the resource with 
|  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
-| *status* (common) | The new status of the recording |  | Status
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *pathCallSid* | The SID of the Call to associate the resource with |  | 
String
+| *pathSid* | The unique string that identifies the resource |  | String
+| *status* | The new status of the recording |  | Status
 |===
 
 ==== apiName: conference
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resource(s) to fetch |  | String
-| *pathSid* (common) | The unique string that identifies this resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resource(s) to 
fetch |  | String
+| *pathSid* | The unique string that identifies this resource |  | String
 |===
 
 ==== apiName: conference-participant
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *from* (common) | The phone number, Client identifier, or username portion 
of SIP address that made this call. |  | PhoneNumber
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *pathCallSid* (common) | The Call SID or URL encoded label of the 
participant to delete |  | String
-| *pathConferenceSid* (common) | The SID of the participant's conference |  | 
String
-| *to* (common) | The phone number, SIP address or Client identifier that 
received this call. |  | PhoneNumber
+| *from* | The phone number, Client identifier, or username portion of SIP 
address that made this call. |  | PhoneNumber
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *pathCallSid* | The Call SID or URL encoded label of the participant to 
delete |  | String
+| *pathConferenceSid* | The SID of the participant's conference |  | String
+| *to* | The phone number, SIP address or Client identifier that received this 
call. |  | PhoneNumber
 |===
 
 ==== apiName: connect-app
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the resource 
to fetch |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resource to fetch 
|  | String
+| *pathSid* | The unique string that identifies the resource |  | String
 |===
 
 ==== apiName: incoming-phone-number
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *areaCode* (common) | The desired area code for the new phone number |  | 
String
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
-| *phoneNumber* (common) | The phone number to purchase in E.164 format |  | 
PhoneNumber
+| *areaCode* | The desired area code for the new phone number |  | String
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *pathSid* | The unique string that identifies the resource |  | String
+| *phoneNumber* | The phone number to purchase in E.164 format |  | PhoneNumber
 |===
 
 ==== apiName: incoming-phone-number-local
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *phoneNumber* (common) | The phone number to purchase in E.164 format |  | 
PhoneNumber
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *phoneNumber* | The phone number to purchase in E.164 format |  | PhoneNumber
 |===
 
 ==== apiName: incoming-phone-number-mobile
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *phoneNumber* (common) | The phone number to purchase in E.164 format |  | 
PhoneNumber
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *phoneNumber* | The phone number to purchase in E.164 format |  | PhoneNumber
 |===
 
 ==== apiName: incoming-phone-number-toll-free
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *phoneNumber* (common) | The phone number to purchase in E.164 format |  | 
PhoneNumber
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *phoneNumber* | The phone number to purchase in E.164 format |  | PhoneNumber
 |===
 
 ==== apiName: key
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to delete |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resources to 
delete |  | String
+| *pathSid* | The unique string that identifies the resource |  | String
 |===
 
 ==== apiName: message
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *body* (common) | The text of the message you want to send. Can be up to 
1,600 characters in length. |  | String
-| *from* (common) | The phone number that initiated the message |  | 
PhoneNumber
-| *mediaUrl* (common) | The URL of the media to send with the message |  | List
-| *messagingServiceSid* (common) | The SID of the Messaging Service you want 
to associate with the message |  | String
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
-| *to* (common) | The destination phone number |  | PhoneNumber
+| *body* | The text of the message you want to send. Can be up to 1,600 
characters in length. |  | String
+| *from* | The phone number that initiated the message |  | PhoneNumber
+| *mediaUrl* | The URL of the media to send with the message |  | List
+| *messagingServiceSid* | The SID of the Messaging Service you want to 
associate with the message |  | String
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *pathSid* | The unique string that identifies the resource |  | String
+| *to* | The destination phone number |  | PhoneNumber
 |===
 
 ==== apiName: message-feedback
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *pathMessageSid* (common) | The SID of the Message resource for which the 
feedback was provided |  | String
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *pathMessageSid* | The SID of the Message resource for which the feedback 
was provided |  | String
 |===
 
 ==== apiName: message-media
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resource(s) to delete |  | String
-| *pathMessageSid* (common) | The SID of the Message resource that this Media 
resource belongs to |  | String
-| *pathSid* (common) | The unique string that identifies this resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resource(s) to 
delete |  | String
+| *pathMessageSid* | The SID of the Message resource that this Media resource 
belongs to |  | String
+| *pathSid* | The unique string that identifies this resource |  | String
 |===
 
 ==== apiName: new-key
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that will be responsible 
for the new Key resource |  | String
+| *pathAccountSid* | The SID of the Account that will be responsible for the 
new Key resource |  | String
 |===
 
 ==== apiName: new-signing-key
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that will be responsible 
for the new Key resource |  | String
+| *pathAccountSid* | The SID of the Account that will be responsible for the 
new Key resource |  | String
 |===
 
 ==== apiName: notification
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the resource 
to fetch |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resource to fetch 
|  | String
+| *pathSid* | The unique string that identifies the resource |  | String
 |===
 
 ==== apiName: outgoing-caller-id
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to delete |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resources to 
delete |  | String
+| *pathSid* | The unique string that identifies the resource |  | String
 |===
 
 ==== apiName: queue
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *friendlyName* (common) | A string to describe this resource |  | String
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *pathSid* (common) | The unique string that identifies this resource |  | 
String
+| *friendlyName* | A string to describe this resource |  | String
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *pathSid* | The unique string that identifies this resource |  | String
 |===
 
 ==== apiName: queue-member
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resource(s) to fetch |  | String
-| *pathCallSid* (common) | The Call SID of the resource(s) to fetch |  | String
-| *pathQueueSid* (common) | The SID of the Queue in which to find the members 
|  | String
-| *url* (common) | The absolute URL of the Queue resource |  | URI
+| *pathAccountSid* | The SID of the Account that created the resource(s) to 
fetch |  | String
+| *pathCallSid* | The Call SID of the resource(s) to fetch |  | String
+| *pathQueueSid* | The SID of the Queue in which to find the members |  | 
String
+| *url* | The absolute URL of the Queue resource |  | URI
 |===
 
 ==== apiName: recording
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to delete |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resources to 
delete |  | String
+| *pathSid* | The unique string that identifies the resource |  | String
 |===
 
 ==== apiName: recording-add-on-result
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to delete |  | String
-| *pathReferenceSid* (common) | The SID of the recording to which the result 
to delete belongs |  | String
-| *pathSid* (common) | The unique string that identifies the resource to 
delete |  | String
+| *pathAccountSid* | The SID of the Account that created the resources to 
delete |  | String
+| *pathReferenceSid* | The SID of the recording to which the result to delete 
belongs |  | String
+| *pathSid* | The unique string that identifies the resource to delete |  | 
String
 |===
 
 ==== apiName: recording-add-on-result-payload
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to delete |  | String
-| *pathAddOnResultSid* (common) | The SID of the AddOnResult to which the 
payloads to delete belongs |  | String
-| *pathReferenceSid* (common) | The SID of the recording to which the 
AddOnResult resource that contains the payloads to delete belongs |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resources to 
delete |  | String
+| *pathAddOnResultSid* | The SID of the AddOnResult to which the payloads to 
delete belongs |  | String
+| *pathReferenceSid* | The SID of the recording to which the AddOnResult 
resource that contains the payloads to delete belongs |  | String
+| *pathSid* | The unique string that identifies the resource |  | String
 |===
 
 ==== apiName: recording-transcription
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to delete |  | String
-| *pathRecordingSid* (common) | The SID of the recording that created the 
transcription to delete |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resources to 
delete |  | String
+| *pathRecordingSid* | The SID of the recording that created the transcription 
to delete |  | String
+| *pathSid* | The unique string that identifies the resource |  | String
 |===
 
 ==== apiName: short-code
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resource(s) to fetch |  | String
-| *pathSid* (common) | The unique string that identifies this resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resource(s) to 
fetch |  | String
+| *pathSid* | The unique string that identifies this resource |  | String
 |===
 
 ==== apiName: signing-key
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The account_sid |  | String
-| *pathSid* (common) | The sid |  | String
+| *pathAccountSid* | The account_sid |  | String
+| *pathSid* | The sid |  | String
 |===
 
 ==== apiName: sip-credential-list
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *friendlyName* (common) | Human readable descriptive text |  | String
-| *pathAccountSid* (common) | The unique id of the Account that is responsible 
for this resource |  | String
-| *pathSid* (common) | Delete by unique credential list Sid |  | String
+| *friendlyName* | Human readable descriptive text |  | String
+| *pathAccountSid* | The unique id of the Account that is responsible for this 
resource |  | String
+| *pathSid* | Delete by unique credential list Sid |  | String
 |===
 
 ==== apiName: sip-credential-list-credential
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *password* (common) | The password will not be returned in the response |  | 
String
-| *pathAccountSid* (common) | The unique id of the Account that is responsible 
for this resource |  | String
-| *pathCredentialListSid* (common) | The unique id that identifies the 
credential list to include the created credential |  | String
-| *pathSid* (common) | The unique id that identifies the resource to delete |  
| String
-| *username* (common) | The username for this credential |  | String
+| *password* | The password will not be returned in the response |  | String
+| *pathAccountSid* | The unique id of the Account that is responsible for this 
resource |  | String
+| *pathCredentialListSid* | The unique id that identifies the credential list 
to include the created credential |  | String
+| *pathSid* | The unique id that identifies the resource to delete |  | String
+| *username* | The username for this credential |  | String
 |===
 
 ==== apiName: sip-domain
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *domainName* (common) | The unique address on Twilio to route SIP traffic |  
| String
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
+| *domainName* | The unique address on Twilio to route SIP traffic |  | String
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *pathSid* | The unique string that identifies the resource |  | String
 |===
 
 ==== apiName: sip-domain-credential-list-mapping
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *credentialListSid* (common) | A string that identifies the CredentialList 
resource to map to the SIP domain |  | String
-| *pathAccountSid* (common) | The unique sid that identifies this account |  | 
String
-| *pathDomainSid* (common) | A string that identifies the SIP Domain for which 
the CredentialList resource will be mapped |  | String
-| *pathSid* (common) | A string that identifies the resource to delete |  | 
String
+| *credentialListSid* | A string that identifies the CredentialList resource 
to map to the SIP domain |  | String
+| *pathAccountSid* | The unique sid that identifies this account |  | String
+| *pathDomainSid* | A string that identifies the SIP Domain for which the 
CredentialList resource will be mapped |  | String
+| *pathSid* | A string that identifies the resource to delete |  | String
 |===
 
 ==== apiName: sip-domain-ip-access-control-list-mapping
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *ipAccessControlListSid* (common) | The unique id of the IP access control 
list to map to the SIP domain |  | String
-| *pathAccountSid* (common) | The unique id of the Account that is responsible 
for this resource |  | String
-| *pathDomainSid* (common) | A string that uniquely identifies the SIP Domain 
|  | String
-| *pathSid* (common) | A 34 character string that uniquely identifies the 
resource to delete. |  | String
+| *ipAccessControlListSid* | The unique id of the IP access control list to 
map to the SIP domain |  | String
+| *pathAccountSid* | The unique id of the Account that is responsible for this 
resource |  | String
+| *pathDomainSid* | A string that uniquely identifies the SIP Domain |  | 
String
+| *pathSid* | A 34 character string that uniquely identifies the resource to 
delete. |  | String
 |===
 
 ==== apiName: sip-ip-access-control-list
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *friendlyName* (common) | A human readable description of this resource |  | 
String
-| *pathAccountSid* (common) | The unique sid that identifies this account |  | 
String
-| *pathSid* (common) | A string that identifies the resource to delete |  | 
String
+| *friendlyName* | A human readable description of this resource |  | String
+| *pathAccountSid* | The unique sid that identifies this account |  | String
+| *pathSid* | A string that identifies the resource to delete |  | String
 |===
 
 ==== apiName: sip-ip-access-control-list-ip-address
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *friendlyName* (common) | A human readable descriptive text for this 
resource, up to 64 characters long. |  | String
-| *ipAddress* (common) | An IP address in dotted decimal notation from which 
you want to accept traffic. Any SIP requests from this IP address will be 
allowed by Twilio. IPv4 only supported today. |  | String
-| *pathAccountSid* (common) | The unique sid that identifies this account |  | 
String
-| *pathIpAccessControlListSid* (common) | The IpAccessControlList Sid with 
which to associate the created IpAddress resource |  | String
-| *pathSid* (common) | A string that identifies the resource to delete |  | 
String
+| *friendlyName* | A human readable descriptive text for this resource, up to 
64 characters long. |  | String
+| *ipAddress* | An IP address in dotted decimal notation from which you want 
to accept traffic. Any SIP requests from this IP address will be allowed by 
Twilio. IPv4 only supported today. |  | String
+| *pathAccountSid* | The unique sid that identifies this account |  | String
+| *pathIpAccessControlListSid* | The IpAccessControlList Sid with which to 
associate the created IpAddress resource |  | String
+| *pathSid* | A string that identifies the resource to delete |  | String
 |===
 
 ==== apiName: token
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
 |===
 
 ==== apiName: transcription
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to delete |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
+| *pathAccountSid* | The SID of the Account that created the resources to 
delete |  | String
+| *pathSid* | The unique string that identifies the resource |  | String
 |===
 
 ==== apiName: usage-record
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to read |  | String
+| *pathAccountSid* | The SID of the Account that created the resources to read 
|  | String
 |===
 
 ==== apiName: usage-record-all-time
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to read |  | String
+| *pathAccountSid* | The SID of the Account that created the resources to read 
|  | String
 |===
 
 ==== apiName: usage-record-daily
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to read |  | String
+| *pathAccountSid* | The SID of the Account that created the resources to read 
|  | String
 |===
 
 ==== apiName: usage-record-last-month
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to read |  | String
+| *pathAccountSid* | The SID of the Account that created the resources to read 
|  | String
 |===
 
 ==== apiName: usage-record-monthly
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to read |  | String
+| *pathAccountSid* | The SID of the Account that created the resources to read 
|  | String
 |===
 
 ==== apiName: usage-record-this-month
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to read |  | String
+| *pathAccountSid* | The SID of the Account that created the resources to read 
|  | String
 |===
 
 ==== apiName: usage-record-today
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to read |  | String
+| *pathAccountSid* | The SID of the Account that created the resources to read 
|  | String
 |===
 
 ==== apiName: usage-record-yearly
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to read |  | String
+| *pathAccountSid* | The SID of the Account that created the resources to read 
|  | String
 |===
 
 ==== apiName: usage-record-yesterday
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account that created the 
resources to read |  | String
+| *pathAccountSid* | The SID of the Account that created the resources to read 
|  | String
 |===
 
 ==== apiName: usage-trigger
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *callbackUrl* (common) | The URL we call when the trigger fires |  | URI
-| *pathAccountSid* (common) | The SID of the Account that will create the 
resource |  | String
-| *pathSid* (common) | The unique string that identifies the resource |  | 
String
-| *triggerValue* (common) | The usage value at which the trigger should fire | 
 | String
-| *usageCategory* (common) | The usage category the trigger watches |  | 
UsageCategory
+| *callbackUrl* | The URL we call when the trigger fires |  | URI
+| *pathAccountSid* | The SID of the Account that will create the resource |  | 
String
+| *pathSid* | The unique string that identifies the resource |  | String
+| *triggerValue* | The usage value at which the trigger should fire |  | String
+| *usageCategory* | The usage category the trigger watches |  | UsageCategory
 |===
 
 ==== apiName: validation-request
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *pathAccountSid* (common) | The SID of the Account responsible for the new 
Caller ID |  | String
-| *phoneNumber* (common) | The phone number to verify in E.164 format |  | 
PhoneNumber
+| *pathAccountSid* | The SID of the Account responsible for the new Caller ID 
|  | String
+| *phoneNumber* | The phone number to verify in E.164 format |  | PhoneNumber
 |===
 // endpoint options: END
 
diff --git a/components/camel-zendesk/src/main/docs/zendesk-component.adoc 
b/components/camel-zendesk/src/main/docs/zendesk-component.adoc
index dd8da2d..29885bc 100644
--- a/components/camel-zendesk/src/main/docs/zendesk-component.adoc
+++ b/components/camel-zendesk/src/main/docs/zendesk-component.adoc
@@ -122,121 +122,121 @@ zendesk:methodName
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *article* (common) |  |  | Article
-| *articleAttachments* (common) |  |  | ArticleAttachments
-| *articleId* (common) |  |  | Long
-| *articleId0* (common) |  |  | Long
-| *attachment* (common) |  |  | Attachment
-| *attachments* (common) |  |  | List
-| *audit* (common) |  |  | Audit
-| *auditId* (common) |  |  | Long
-| *automation* (common) |  |  | Automation
-| *automationId* (common) |  |  | Long
-| *automationId0* (common) |  |  | Long
-| *category* (common) |  |  | Category
-| *categoryId* (common) |  |  | Long
-| *category_id* (common) |  |  | Long
-| *comment* (common) |  |  | Comment
-| *commentId* (common) |  |  | Long
-| *content* (common) |  |  | byte[]
-| *contentType* (common) |  |  | String
-| *email* (common) |  |  | String
-| *endTime* (common) |  |  | Date
-| *externalId* (common) |  |  | String
-| *field* (common) |  |  | Field
-| *file* (common) |  |  | File
-| *fileName* (common) |  |  | String
-| *forum* (common) |  |  | Forum
-| *forum_id* (common) |  |  | Long
-| *group* (common) |  |  | Group
-| *groupMembership* (common) |  |  | GroupMembership
-| *group_id* (common) |  |  | Long
-| *group_membership_id* (common) |  |  | Long
-| *id* (common) |  |  | Long
-| *idArticle* (common) |  |  | String
-| *identity* (common) |  |  | Identity
-| *identityId* (common) |  |  | Long
-| *ids* (common) |  |  | long[]
-| *includeArchived* (common) |  |  | Boolean
-| *inline* (common) |  |  | Boolean
-| *installationId* (common) |  |  | Integer
-| *item* (common) |  |  | DynamicContentItem
-| *itemId* (common) |  |  | Long
-| *json* (common) |  |  | String
-| *labels* (common) |  |  | List
-| *locale* (common) |  |  | String
-| *macro* (common) |  |  | Macro
-| *macroId* (common) |  |  | Long
-| *macroId0* (common) |  |  | Long
-| *monitorId* (common) |  |  | Long
-| *name* (common) |  |  | String
-| *newPassword* (common) |  |  | String
-| *notifySubscribers* (common) |  |  | Boolean
-| *oldPassword* (common) |  |  | String
-| *order* (common) |  |  | SortOrder
-| *organization* (common) |  |  | Organization
-| *organizationId* (common) |  |  | Long
-| *organizationList* (common) |  |  | List
-| *organizationMembership* (common) |  |  | OrganizationMembership
-| *organizationMembershipList* (common) |  |  | List
-| *organizationMemberships* (common) |  |  | OrganizationMembership[]
-| *organization_id* (common) |  |  | Long
-| *organization_membership_id* (common) |  |  | Long
-| *organizations* (common) |  |  | Organization[]
-| *page* (common) |  |  | Integer
-| *parameters* (common) |  |  | String
-| *params* (common) |  |  | Map
-| *password* (common) |  |  | String
-| *permissionGroup* (common) |  |  | PermissionGroup
-| *query* (common) |  |  | String
-| *request* (common) |  |  | Request
-| *requestId* (common) |  |  | Long
-| *role* (common) |  |  | String
-| *roles* (common) |  |  | String[]
-| *satisfactionRating* (common) |  |  | SatisfactionRating
-| *schedule* (common) |  |  | Schedule
-| *scheduleId* (common) |  |  | Long
-| *searchTerm* (common) |  |  | String
-| *section* (common) |  |  | Section
-| *sectionId* (common) |  |  | Long
-| *sortBy* (common) |  |  | String
-| *sortOrder* (common) |  |  | SortOrder
-| *startTime* (common) |  |  | Date
-| *status* (common) |  |  | JobStatus
-| *statuses* (common) |  |  | List
-| *suspendedTicket* (common) |  |  | SuspendedTicket
-| *tags* (common) |  |  | String[]
-| *target* (common) |  |  | Target
-| *targetId* (common) |  |  | Long
-| *ticket* (common) |  |  | Ticket
-| *ticketForm* (common) |  |  | TicketForm
-| *ticketId* (common) |  |  | Long
-| *ticketId0* (common) |  |  | Long
-| *ticketImport* (common) |  |  | TicketImport
-| *ticketList* (common) |  |  | List
-| *tickets* (common) |  |  | Ticket[]
-| *token* (common) |  |  | String
-| *topic* (common) |  |  | Topic
-| *translation* (common) |  |  | Translation
-| *translationId* (common) |  |  | Long
-| *trigger* (common) |  |  | Trigger
-| *triggerId* (common) |  |  | Long
-| *triggerId0* (common) |  |  | Long
-| *tweetId* (common) |  |  | Long
-| *type* (common) |  |  | Class
-| *unixEpochTime* (common) |  |  | Long
-| *upload* (common) |  |  | Upload
-| *user* (common) |  |  | User
-| *userId* (common) |  |  | Long
-| *userId0* (common) |  |  | Long
-| *userIdThatWillBeMerged* (common) |  |  | Long
-| *userIdThatWillRemain* (common) |  |  | Long
-| *userList* (common) |  |  | List
-| *userSegment* (common) |  |  | UserSegment
-| *user_id* (common) |  |  | Long
-| *users* (common) |  |  | User[]
-| *usersList* (common) |  |  | List
-| *variant* (common) |  |  | DynamicContentItemVariant
+| *article* |  |  | Article
+| *articleAttachments* |  |  | ArticleAttachments
+| *articleId* |  |  | Long
+| *articleId0* |  |  | Long
+| *attachment* |  |  | Attachment
+| *attachments* |  |  | List
+| *audit* |  |  | Audit
+| *auditId* |  |  | Long
+| *automation* |  |  | Automation
+| *automationId* |  |  | Long
+| *automationId0* |  |  | Long
+| *category* |  |  | Category
+| *categoryId* |  |  | Long
+| *category_id* |  |  | Long
+| *comment* |  |  | Comment
+| *commentId* |  |  | Long
+| *content* |  |  | byte[]
+| *contentType* |  |  | String
+| *email* |  |  | String
+| *endTime* |  |  | Date
+| *externalId* |  |  | String
+| *field* |  |  | Field
+| *file* |  |  | File
+| *fileName* |  |  | String
+| *forum* |  |  | Forum
+| *forum_id* |  |  | Long
+| *group* |  |  | Group
+| *groupMembership* |  |  | GroupMembership
+| *group_id* |  |  | Long
+| *group_membership_id* |  |  | Long
+| *id* |  |  | Long
+| *idArticle* |  |  | String
+| *identity* |  |  | Identity
+| *identityId* |  |  | Long
+| *ids* |  |  | long[]
+| *includeArchived* |  |  | Boolean
+| *inline* |  |  | Boolean
+| *installationId* |  |  | Integer
+| *item* |  |  | DynamicContentItem
+| *itemId* |  |  | Long
+| *json* |  |  | String
+| *labels* |  |  | List
+| *locale* |  |  | String
+| *macro* |  |  | Macro
+| *macroId* |  |  | Long
+| *macroId0* |  |  | Long
+| *monitorId* |  |  | Long
+| *name* |  |  | String
+| *newPassword* |  |  | String
+| *notifySubscribers* |  |  | Boolean
+| *oldPassword* |  |  | String
+| *order* |  |  | SortOrder
+| *organization* |  |  | Organization
+| *organizationId* |  |  | Long
+| *organizationList* |  |  | List
+| *organizationMembership* |  |  | OrganizationMembership
+| *organizationMembershipList* |  |  | List
+| *organizationMemberships* |  |  | OrganizationMembership[]
+| *organization_id* |  |  | Long
+| *organization_membership_id* |  |  | Long
+| *organizations* |  |  | Organization[]
+| *page* |  |  | Integer
+| *parameters* |  |  | String
+| *params* |  |  | Map
+| *password* |  |  | String
+| *permissionGroup* |  |  | PermissionGroup
+| *query* |  |  | String
+| *request* |  |  | Request
+| *requestId* |  |  | Long
+| *role* |  |  | String
+| *roles* |  |  | String[]
+| *satisfactionRating* |  |  | SatisfactionRating
+| *schedule* |  |  | Schedule
+| *scheduleId* |  |  | Long
+| *searchTerm* |  |  | String
+| *section* |  |  | Section
+| *sectionId* |  |  | Long
+| *sortBy* |  |  | String
+| *sortOrder* |  |  | SortOrder
+| *startTime* |  |  | Date
+| *status* |  |  | JobStatus
+| *statuses* |  |  | List
+| *suspendedTicket* |  |  | SuspendedTicket
+| *tags* |  |  | String[]
+| *target* |  |  | Target
+| *targetId* |  |  | Long
+| *ticket* |  |  | Ticket
+| *ticketForm* |  |  | TicketForm
+| *ticketId* |  |  | Long
+| *ticketId0* |  |  | Long
+| *ticketImport* |  |  | TicketImport
+| *ticketList* |  |  | List
+| *tickets* |  |  | Ticket[]
+| *token* |  |  | String
+| *topic* |  |  | Topic
+| *translation* |  |  | Translation
+| *translationId* |  |  | Long
+| *trigger* |  |  | Trigger
+| *triggerId* |  |  | Long
+| *triggerId0* |  |  | Long
+| *tweetId* |  |  | Long
+| *type* |  |  | Class
+| *unixEpochTime* |  |  | Long
+| *upload* |  |  | Upload
+| *user* |  |  | User
+| *userId* |  |  | Long
+| *userId0* |  |  | Long
+| *userIdThatWillBeMerged* |  |  | Long
+| *userIdThatWillRemain* |  |  | Long
+| *userList* |  |  | List
+| *userSegment* |  |  | UserSegment
+| *user_id* |  |  | Long
+| *users* |  |  | User[]
+| *usersList* |  |  | List
+| *variant* |  |  | DynamicContentItemVariant
 |===
 // endpoint options: END
 
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
 
b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
index 4a8de34..1f748e4 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
@@ -46,7 +46,7 @@ The API method is located in the endpoint URI as the 
@{apiPropertyQualifier} pat
 [width="100%",cols="2,5,^1,2",options="header"]
 |===@comment{ Render table cells. If description contains newline, prefix cell 
with `a`, so the content is rendered with formatting. }
 | Name | Description | Default | Type
-@foreach{row : api.value}| *@{row.getShortName(30)}* (@{row.shortGroup}) 
@{row.description.?contains("\n") ? "a" : ""}| @{util.escape(row.description)} 
| @{row.getShortDefaultValue(20)} | @{row.getShortJavaType()}
+@foreach{row : api.value}| *@{row.getShortName(30)}* 
@{row.description.?contains("\n") ? "a" : ""}| @{util.escape(row.description)} 
| @{row.getShortDefaultValue(20)} | @{row.getShortJavaType()}
 @end{}|===
 @end{}
 

Reply via email to