Method to update a webhook fails with error. ``` webhook = api.webhooks.update(webhookId=whId, targetUrl=webhook_url, name=webhook_name) ``` Cause due to the update method using POST instead of PUT.