You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/03/11 09:32:17 UTC

[camel-kamelets] 02/02: Slack Source Kamelet: Improved documentation of Token parameter

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

acosentino pushed a commit to branch slack-source-docs
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 817d6380e1e6cd0ba62ffedd449778fafa8a281d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 10:27:19 2022 +0100

    Slack Source Kamelet: Improved documentation of Token parameter
---
 .../src/main/resources/kamelets/slack-source.kamelet.yaml               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
index ab2f9f4..4809022 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
@@ -43,7 +43,7 @@ spec:
         example: "#myroom"
       token:
         title: Token
-        description: The token to access Slack. A Slack app is needed. This app needs to have channels:history and channels:read permissions. The Bot User OAuth Access Token is the kind of token needed.
+        description: The token to access Slack. A Slack app is needed. The token to access Slack. This app needs to have channels:history, groups:history, im:history, mpim:history, channels:read, groups:read, im:read and mpim:read permissions. The User OAuth Token is the kind of token needed.
         type: string
         format: password
         x-descriptors: