Webhooks
Update Webhook
Update Webhook
post/v1/webhooks/{webhookId}
Path parameters
webhookIdstring uuid required
Webhook id
Request body
Example request
{
"authorizationHeader": "authorizationHeader",
"categories": [
null,
null
],
"webhookUrl": "webhookUrl",
"enabled": true
}Response
Webhook Updated