PATCH
/
webhooks
/
{id}
{
  "id": "<string>",
  "events": [
    "<string>"
  ],
  "version": "<string>",
  "enabled": true,
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Webhook identifier

Body

The updated Webhook resource
events
string[]
version
string
enabled
boolean

Response

200
application/json
Webhook resource updated
id
string
events
string[]
version
string
enabled
boolean
url
string