lib/slack/web/api/endpoints/team.rb in slack-ruby-client-0.4.0 vs lib/slack/web/api/endpoints/team.rb in slack-ruby-client-0.5.0

- old
+ new

@@ -29,10 +29,10 @@ # @option options [Object] :service_id # Filter logs to this service. Defaults to all logs. # @option options [Object] :app_id # Filter logs to this API application. Defaults to all logs. # @option options [user] :user - # Filter logs generated by this user’s actions. Defaults to all logs. + # Filter logs generated by this user's actions. Defaults to all logs. # @option options [Object] :change_type # Filter logs with this change type. Defaults to all logs. # @see https://api.slack.com/methods/team.integrationLogs # @see https://github.com/dblock/slack-api-ref/blob/master/methods/team.integrationLogs.json def team_integrationLogs(options = {})