update
Updates a webhook by id.
Since
1.4
Parameters
The identifier of the webhook. (Derived parameter: Use WebhookClient.list to get a list of webhooks. Then use Webhook.id to get the webhookId of the webhook).
A user-friendly name for this webhook.
The URL that receives POST requests for each event.
A closure to be executed once the request has finished.
The Secret used to generate payload signature.
The status of the webhook. Use "active" to reactivate a disabled webhook.
Updates a webhook by id.
Since
0.1
Parameters
The identifier of the webhook. (Derived parameter: Use WebhookClient.list to get a list of webhooks. Then use Webhook.id to get the webhookId of the webhook).
A user-friendly name for this webhook.
The URL that receives POST requests for each event.
A closure to be executed once the request has finished.