Webhook Notifications
Modify Subscription
Updates an existing webhook’s configuration. This may include changing the callback URL or updating whether the webhook is currently active.
put/core/v1/notifications/{id}
Path parameters
idinteger required
ID of the subscription to update.
Request body
Example request
{
"url": "https://example2.com"
}Response
A successful response.