diff --git a/docs/4.3/enterprise/workflow/ssh_approval_slack.md b/docs/4.3/enterprise/workflow/ssh_approval_slack.md index dca938ca3f0..a815fd2aa76 100644 --- a/docs/4.3/enterprise/workflow/ssh_approval_slack.md +++ b/docs/4.3/enterprise/workflow/ssh_approval_slack.md @@ -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) diff --git a/docs/4.3/img/enterprise/plugins/slack/api-scopes.png b/docs/4.3/img/enterprise/plugins/slack/api-scopes.png index a82fb1df6ee..708222aea6f 100644 Binary files a/docs/4.3/img/enterprise/plugins/slack/api-scopes.png and b/docs/4.3/img/enterprise/plugins/slack/api-scopes.png differ