Update webhook subscription
Update an existing webhook subscription
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
id
Webhook subscription ID
Query Parameters
entityId
Entity ID
Request
This endpoint expects an object.
webhookUrl
Updated webhook URL
events
Updated event types
isActive
Enable/disable the subscription
Response
Webhook subscription updated successfully