Skip to content

Commit

Permalink
Add show_many_tickets endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
voberoi authored and Jay Chan committed May 23, 2013
1 parent 9136880 commit 96ecbb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zendesk/endpoints_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
'path': '/tickets/{{ticket_id}}.json',
'method': 'GET',
},
'show_many_tickets': {
'path': '/tickets/show_many.json',
'valid_params': ['ids'],
'method': 'POST'
},
'create_ticket': {
'path': '/tickets.json',
'method': 'POST',
Expand Down

0 comments on commit 96ecbb0

Please sign in to comment.