lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb in twilio-ruby-5.40.4
- old
+ new
@@ -78,14 +78,14 @@
# Fetch the WorkspaceStatisticsInstance
# @param [String] minutes Only calculate statistics since this many minutes in the
# past. The default 15 minutes. This is helpful for displaying statistics for the
# last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
# @param [Time] start_date Only calculate statistics from this date and time and
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
# @param [Time] end_date Only calculate statistics from this date and time and
- # earlier, specified in GMT as an [ISO
- # 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time.
+ # earlier, specified in GMT as an {ISO
+ # 8601}[https://en.wikipedia.org/wiki/ISO_8601] date-time.
# @param [String] task_channel Only calculate statistics on this TaskChannel. Can
# be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or
# `default`.
# @param [String] split_by_wait_time A comma separated list of values that
# describes the thresholds, in seconds, to calculate statistics on. For each
@@ -193,13 +193,13 @@
# Fetch the WorkspaceStatisticsInstance
# @param [String] minutes Only calculate statistics since this many minutes in the
# past. The default 15 minutes. This is helpful for displaying statistics for the
# last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
# @param [Time] start_date Only calculate statistics from this date and time and
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
# @param [Time] end_date Only calculate statistics from this date and time and
- # earlier, specified in GMT as an [ISO
- # 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time.
+ # earlier, specified in GMT as an {ISO
+ # 8601}[https://en.wikipedia.org/wiki/ISO_8601] date-time.
# @param [String] task_channel Only calculate statistics on this TaskChannel. Can
# be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or
# `default`.
# @param [String] split_by_wait_time A comma separated list of values that
# describes the thresholds, in seconds, to calculate statistics on. For each
\ No newline at end of file