Client.prototype.updateWebhook = function(id, webhookUrl, events, callback, access_token) {
    var attrs = {
        url: webhookUrl,
        events: events
    },