lib/slack/web/api/endpoints/apps_permissions_resources.rb in slack-ruby-client-0.14.1 vs lib/slack/web/api/endpoints/apps_permissions_resources.rb in slack-ruby-client-0.14.2
- old
+ new
@@ -4,10 +4,10 @@
module Web
module Api
module Endpoints
module AppsPermissionsResources
#
- # Returns list of resource grants this app has on a team.
+ # 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.
#
# @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.