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 <[email protected]> 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:
