Skip to main content
PATCH
Update a webhook endpoint's url, events, and/or description

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

endpointId
string
required

Body

application/json
url
string<uri>
Maximum string length: 2048
description
string | null
Maximum string length: 255
events
enum<string>[]
Minimum array length: 1
Available options:
record.created,
record.updated,
record.deleted,
record.bulk_created,
record.bulk_updated,
record.bulk_deleted,
schema.updated,
app_version.published

Response

success
boolean
required
data
any[]
required