Batch
Batch create event subscriptions
Batch create event subscriptions for the specified app.
post/webhooks/v3/{appId}/subscriptions/batch/update
Path parameters
appIdinteger required
The ID of the target app.
Request body
Example request
{
"inputs": [
{
"active": true,
"id": 12
}
]
}Response
successful operation