Pagination is broken for TicketAudits. Add the ticket_id scope so this
is preserved when paginating.
Because there is no create endpoint for TicketAudits, perhaps we should alter the zendesk#resource shared example to accept and arbitrary block for creation when you pass create: false as an option?
Pagination is broken for
TicketAudits
. Add theticket_id
scope so this is preserved when paginating.Because there is no create endpoint for
TicketAudits
, perhaps we should alter thezendesk#resource
shared example to accept and arbitrary block for creation when you passcreate: false
as an option?