These docs are for v1. Click to read the latest docs for v2.

Update webhook

Updates the identified webhook. This is a PUT, which means that you must supply the full Webhook object when updating. If a field that is set on the existing object is omitted in the request, it will be removed. Note that modifying the url of a webhook will set verified to false. Note that a change to filter may take up to 5 minutes until it is in full effect.

Path Params
string
required

Webhook ID

Body Params

Webhook

filter
array of objects
required

An inclusive filter to specify which resources and events that you are interested in.

filter*
string

An optional name for your webhook where you could describe its purpose.

string
required

The URL to which webhooks will be sent via HTTP POST requests in JSON format. Must use https.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json