Add scopes to slack approval workflow docs (#4298)

* update api scopes

* Added chat:write as a bot scope
This commit is contained in:
Steven Martin 2020-09-09 10:39:36 -04:00 committed by GitHub
parent 68087bf94d
commit 4f750af5cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -104,7 +104,7 @@ For now, just think of the URL you'll use and set it in the Slack App's settings
![Interactive Components](../../img/enterprise/plugins/slack/setup-interactive-component.png)
#### Selecting OAuth Scopes
On the App screen, go to “OAuth and Permissions” under Features in the sidebar menu. Then scroll to Scopes, and add `incoming-webhook, users:read, users:read.email` scopes so that our plugin can post messages to your Slack channels.
On the App screen, go to “OAuth and Permissions” under Features in the sidebar menu. Then scroll to Scopes, and add `chat:write, incoming-webhook, users:read, users:read.email` scopes so that our plugin can post messages to your Slack channels.
![API Scopes](../../img/enterprise/plugins/slack/api-scopes.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 42 KiB