---
title: "Update a Webhook"
method: POST
path: "/webhooks/update"
tags: ["/webhooks"]
---

# Update a Webhook

`POST /webhooks/update`

Updates a specified [webhook](/developer-tools/webhooks).

## Request body

- object
  - `event_types` string[], required — Types of events that you want the webhook to receive.
  - `webhook_id` string, required — ID of the webhook that you want to update.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
