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

- old
+ new

@@ -1,14 +1,15 @@ +# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module AppsPermissionsUsers # - # 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 user grants and corresponding scopes this app has on a team. # # @option options [Object] :cursor # Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata. Default value fetches the first "page" of the collection. See pagination for more detail. # @option options [Object] :limit # The maximum number of items to return. @@ -23,10 +24,10 @@ post('apps.permissions.users.list', options) end 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. + # Enables an app to trigger a permissions modal to grant an app access to a user access scope. # # @option options [Object] :scopes # A comma separated list of user scopes to request for. # @option options [Object] :trigger_id # Token used to trigger the request.