---
title: "Partially update a webhook"
method: PATCH
path: "/webhooks/{id}/"
tags: ["Webhooks"]
---

# Partially update a webhook

`PATCH /webhooks/{id}/`

Update chosen fields of a webhook. Requires a secret key.

## Path parameters

- `id` string, required

## Request body

- WebhookPatch
  - `url` string
  - `event` string

## Response `200`

Successful operation

## Other responses

- `400` — Invalid status value

---

[API](https://skmtc.net/askell/apis/a-skell-api.md) · [All operations](https://skmtc.net/askell/apis/a-skell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/askell/a-skell-api/versions/9234f937fa26/schema)
