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 8939a4f CAMEL-15052: Cannot watch user with Google Mail component
(#3817)
8939a4f is described below
commit 8939a4faa06a1f7b479dd229a96bd7f34df062f8
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue May 12 13:12:25 2020 +0200
CAMEL-15052: Cannot watch user with Google Mail component (#3817)
---
components/camel-google-mail/src/main/docs/google-mail-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 b1c0ec8..ccc3d20 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
@@ -106,7 +106,7 @@ with the following path and query parameters:
|===
| Name | Description | Default | Type
| *apiName* | *Required* What kind of operation to perform. The value can be
one of: THREADS, MESSAGES, ATTACHMENTS, LABELS, HISTORY, DRAFTS, USERS | |
GoogleMailApiName
-| *methodName* | *Required* What sub operation to use for the selected
operation. The value can be one of: attachments, create, delete, get,
getProfile, gmailImport, insert, list, modify, patch, send, stop, trash,
untrash, update, watch | | String
+| *methodName* | *Required* What sub operation to use for the selected
operation. The value can be one of: attachments, create, delete, get,
getProfile, gmailImport, insert, list, modify, patch, send, trash, untrash,
update | | String
|===