lib/slack/web/api/endpoints/admin_apps_approved.rb in slack-ruby-client-2.1.0 vs lib/slack/web/api/endpoints/admin_apps_approved.rb in slack-ruby-client-2.2.0

- old
+ new

@@ -7,9 +7,11 @@ module Endpoints module AdminAppsApproved # # List approved apps for an org or workspace. # + # @option options [boolean] :certified + # Limit the results to only include certified apps. When false, no certified apps will appear in the result. # @option options [string] :cursor # Set cursor to next_cursor returned by the previous call to list items in the next page. # @option options [Object] :enterprise_id # . # @option options [integer] :limit