webhooks
Update a webhook
Update an existing webhook.
put/webhooks/{webhook_id}
Path parameters
webhook_idstring required
The ID of the webhook to update.
The ID of the webhook to update.
Request body
Example request
{
"url": "https://example.com/webhook"
}Response
OK