lib/slack/web/api/endpoints/apps_permissions.rb in slack-ruby-client-0.14.4 vs lib/slack/web/api/endpoints/apps_permissions.rb in slack-ruby-client-0.14.5

- old
+ new

@@ -1,22 +1,23 @@ +# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module AppsPermissions # - # 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. + # Returns list of permissions this app has on a team. # # @see https://api.slack.com/methods/apps.permissions.info # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/apps.permissions/apps.permissions.info.json def apps_permissions_info(options = {}) post('apps.permissions.info', options) end # - # 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. + # Allows an app to request additional scopes # # @option options [Object] :scopes # A comma separated list of scopes to request for. # @option options [Object] :trigger_id # Token used to trigger the permissions API.