Subscriptions
Update an event subscription
Update an existing event subscription by ID.
patch/webhooks/v3/{appId}/subscriptions/{subscriptionId}
Path parameters
appIdinteger required
The ID of the app.
subscriptionIdinteger required
The ID of the event subscription.
Request body
Example request
{
"active": true
}Response
successful operation