For the complete documentation index, see llms.txt. This page is also available as Markdown.

Patch Webhook

Update Webhook URL Configuration

patch

Update the Webhook URL in the Edge.

Body
Responses
200

Successful Response

No content

patch/webhook
PATCH /api/webhook HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 406

{
  "alerts": {
    "cdr": {
      "enabled": false,
      "webhook_url": "https://webhook.site/a113e532-8cb3-4146-bb95-05648dbeac49"
    },
    "s1ap": {
      "enabled": true,
      "webhook_url": "https://webhook-test.com/124fd87eaa370f47f94aa7a963e2b8c0"
    },
    "s6a": {
      "enabled": true,
      "webhook_url": "https://webhook.site/a113e532-8cb3-4146-bb95-05648dbeac49"
    },
    "uesubs": {
      "enabled": true,
      "webhook_url": "https://webhook-test.com/6edfd0a186555cb79e7fa4ddf310ad17f"
    }
  }
}
200

Successful Response

No content

Last updated

Was this helpful?