Webhooks
Partially update a webhook
Update chosen fields of a webhook. Requires a secret key.
patch/webhooks/{id}/
Path parameters
idstring required
Webhook id
Request body
Example request
{
"url": "https://example.com/7dc7c920208bca93/",
"event": "subscription.renewed"
}Response
Successful operation