Skip to content

Commit c158db1

Browse files
update incorrect description of a few fields (#2300)
The description of a few fields were incorrect, the description of the business hours were switched with out-of-business hours: requester_wait_time_in_minutes_calendar requester_wait_time_in_minutes_business on_hold_time_in_minutes_calendar on_hold_time_in_minutes_business This was confirmed by looking at the examples here : https://developer.zendesk.com/api-reference/ticketing/tickets/ticket_metrics/
1 parent 69a2e60 commit c158db1

File tree

1 file changed

+4
-4
lines changed
  • src/connections/sources/catalog/cloud-apps/zendesk

1 file changed

+4
-4
lines changed

src/connections/sources/catalog/cloud-apps/zendesk/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,19 +483,19 @@ In your warehouse, each collection gets its own table. Find below a list of the
483483
</tr>
484484
<tr>
485485
<td>requester_wait_time_in_minutes_calendar</td>
486-
<td> Number of minutes the requester spent waiting during business hours.</td>
486+
<td> Number of minutes the requester spent waiting outside of business hours.</td>
487487
</tr>
488488
<tr>
489489
<td>requester_wait_time_in_minutes_business</td>
490-
<td> Number of minutes the requester spent waiting outside of business hours.</td>
490+
<td> Number of minutes the requester spent waiting during business hours.</td>
491491
</tr>
492492
<tr>
493493
<td>on_hold_time_in_minutes_calendar</td>
494-
<td> Number of minutes the ticket was on hold during business hours.</td>
494+
<td> Number of minutes the ticket was on hold outside of business hours.</td>
495495
</tr>
496496
<tr>
497497
<td>on_hold_time_in_minutes_business</td>
498-
<td> Number of minutes the ticket was on hold outside of business hours.</td>
498+
<td> Number of minutes the ticket was on hold during business hours.</td>
499499
</tr>
500500
<tr>
501501
<td>created_at</td>

0 commit comments

Comments
 (0)