Webhooks
Update a Webhook
Update a webhook by ID
patch/webhooks/{webhook_id}
Path parameters
webhook_idinteger required
The webhook identifier
Request body
Example request
{
"description": "Webhook description"
}Response
Return updated Webhook info
Example response
{
"description": "Webhook description"
}