v1
latestOpenAPI 3.1.02026-07-2671111437.2 KBWebhook 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.