v1
latestOpenAPI 3.0.02026-07-135965404.0 KBWebhooks
Update a webhook
Update the specified webhook. Updated webhooks will take effect immediately and could impact active workflows. Please be certain the webhook is not currently in use prior to updating.
You only need to send the portions of the webhook configuration you wish to change, rather than the entire webhook object.
patch/webhooks/{id}
Headers
ev-api-keystring required
API key required to make the API call.
ev-access-tokenstring required
Access token required to make the API call.
Request body
Example request
{
"endpointUrl": "https://example.com/new-endpoint",
"resource": "/newfolder",
"responseVersion": "v1"
}Response
Successful Operation