webhooks
Update Webhook
Update an existing webhook
put/api/v1/webhooks/{webhook_id}/
Path parameters
webhook_idstring required
Unique identifier of the webhook
Request body
Response
Webhook updated successfully
Example response
{
"message": "Webhook updated successfully"
}