diff --git a/lib/zendesk_api/resources.rb b/lib/zendesk_api/resources.rb index 8f120410..12779f0d 100644 --- a/lib/zendesk_api/resources.rb +++ b/lib/zendesk_api/resources.rb @@ -463,7 +463,7 @@ class Ticket < Resource extend DestroyMany def self.cbp_path_regexes - [/^tickets$/, %r{organizations/\d+/tickets}] + [/^tickets$/, %r{organizations/\d+/tickets}, %r{users/\d+/tickets/requested}] end # Unlike other attributes, "comment" is not a property of the ticket,