---
title: "Update webhook endpoint"
method: PATCH
path: "/webhooks/{id}"
tags: ["Webhook Endpoints"]
---

# Update webhook endpoint

`PATCH /webhooks/{id}`

## Request body

- object
  - `url` string, uri, required — The URL where webhook events will be sent (required by Svix API)
  - `events` WebhookEventEnum[] — List of event types to subscribe to
  - `description` string — Optional description for the webhook endpoint
  - `disabled` boolean — Whether to disable the endpoint

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/lugg/apis/lugg-partner-api.md) · [All operations](https://skmtc.net/lugg/apis/lugg-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lugg/lugg-partner-api/revisions/cdae4166b346/schema)
