Skip to content

Commit

Permalink
rename API endpoint (Tickets -> tickets)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianduque committed Aug 25, 2017
1 parent 7935806 commit e11763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Freshdesk {
* @return {Array.<Freshdesk.Tickets>} The array of tickets found
*/
listAllTickets (params, cb) {
makeRequest('GET', this._auth, `${this.baseUrl}/api/v2/Tickets`, params, null, cb)
makeRequest('GET', this._auth, `${this.baseUrl}/api/v2/tickets`, params, null, cb)
}

listAllTicketFields(params, cb) {
Expand Down

0 comments on commit e11763a

Please sign in to comment.