Webhooks
Update a webhook
Updates the configuration of an existing webhook.
put/webhooks/{uid}
Path parameters
uidstring required
Request body
Example request
{
"webhook": {
"name": "Updated Webhook",
"enabled": false
}
}Response
webhook updated