v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBWebhooks
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"
}