lib/slack/web/api/endpoints/apps_event_authorizations.rb in slack-ruby-client-0.17.0 vs lib/slack/web/api/endpoints/apps_event_authorizations.rb in slack-ruby-client-1.0.0

- old
+ new

@@ -7,14 +7,14 @@ module Endpoints module AppsEventAuthorizations # # Get a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to. # - # @option options [Object] :event_context + # @option options [string] :event_context # . - # @option options [Object] :cursor + # @option options [string] :cursor # . - # @option options [Object] :limit + # @option options [integer] :limit # . # @see https://api.slack.com/methods/apps.event.authorizations.list # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/apps.event.authorizations/apps.event.authorizations.list.json def apps_event_authorizations_list(options = {}) throw ArgumentError.new('Required arguments :event_context missing') if options[:event_context].nil?