lib/slack/web/api/endpoints/admin_analytics.rb in slack-ruby-client-2.0.0 vs lib/slack/web/api/endpoints/admin_analytics.rb in slack-ruby-client-2.1.0
- old
+ new
@@ -10,10 +10,10 @@
# Retrieve analytics data for a given date, presented as a compressed JSON file
#
# @option options [string] :type
# The type of analytics to retrieve. The options are currently limited to member (for grid member analytics) and public_channel (for public channel analytics).
# @option options [date] :date
- # Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC.
+ # Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC. Required unless metadata_only is set to true.
# @option options [boolean] :metadata_only
# Retrieve metadata for the type of analytics indicated. Can be used only with type set to public_channel analytics. See detail below. Omit the date parameter when using this argument.
# @see https://api.slack.com/methods/admin.analytics.getFile
# @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/admin.analytics/admin.analytics.getFile.json
def admin_analytics_getFile(options = {})