Closed fbvilela closed 1 year ago
Version bump. a few more endpoints having support to CBP
https://github.com/zendesk/zendesk_api_client_rb/compare/v3.0.4...v3.0.5
new endpoints
organizations/:id/users
organizations/:id/tickets
tickets/:id/audits
brands
users
Are you double checking that these /\d+/ are correct? I guess for rails stuff there is no problem, but I would be more confident with %r{/([^/]+)/}
/\d+/
%r{/([^/]+)/}
Description
Version bump. a few more endpoints having support to CBP
https://github.com/zendesk/zendesk_api_client_rb/compare/v3.0.4...v3.0.5
new endpoints
organizations/:id/users
organizations/:id/tickets
tickets/:id/audits
brands
users