Module: Slack::Web::Api::Endpoints::AppsPermissionsScopes

Included in:
Slack::Web::Api::Endpoints
Defined in:
lib/slack/web/api/endpoints/apps_permissions_scopes.rb

Instance Method Summary collapse

Instance Method Details

#apps_permissions_scopes_list(options = {}) ⇒ Object

This feature was exclusive to our workspace apps developer preview. The preview has now ended, but fan-favorite features such as token rotation and the Conversations API will become available to classic Slack apps over the coming months.



13
14
15
# File 'lib/slack/web/api/endpoints/apps_permissions_scopes.rb', line 13

def apps_permissions_scopes_list(options = {})
  post('apps.permissions.scopes.list', options)
end