lib/slack/endpoint/team.rb in slack-api-1.2.1 vs lib/slack/endpoint/team.rb in slack-api-1.2.2
- old
+ new
@@ -33,10 +33,10 @@
# This method lists the integration activity logs for a team, including when integrations are added, modified and removed. This method can only be called by Admins.
#
# @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.
+ # Filter logs to this Slack app. Defaults to all logs.
# @option options [Object] :user
# 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.
# @option options [Object] :count