v1

latestOpenAPI 3.0.02026-07-135965404.0 KB
Webhooks

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

endpointUrlstring uri

New endpoint URL to use for the webhook configuration

resourcestring

Resource identifier of the top folder watched by this webhook.

responseVersion'v2' | 'v1'

Version of the webhooks message to send to the endpoint

Example request

{
  "endpointUrl": "https://example.com/new-endpoint",
  "resource": "/newfolder",
  "responseVersion": "v1"
}

Response

Successful Operation

responseStatusinteger

Http status code of the response.