node-zendesk
Advanced tools
Comparing version 2.0.7 to 2.1.0
@@ -27,4 +27,4 @@ //ticketforms.js: Client for the zendesk API. | ||
// // ====================================== Updating TicketForm | ||
TicketForms.prototype.show = function (ticketFormID, cb) { | ||
TicketForms.prototype.update = function (ticketFormID, cb) { | ||
return this.request('PUT', ['ticket_forms', ticketFormID], ticketForm, cb); | ||
}; |
{ | ||
"name": "node-zendesk", | ||
"version": "2.0.7", | ||
"version": "2.1.0", | ||
"description": "zendesk API client wrapper", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
175910