Skip to content

Commit

Permalink
add CBP support to requested_tickets api/v2/users/:id/tickets/requested
Browse files Browse the repository at this point in the history
  • Loading branch information
fbvilela committed Aug 19, 2024
1 parent 127d3f8 commit c105072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zendesk_api/resources.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c105072

Please sign in to comment.