---
title: "Patch webhook"
method: PATCH
path: "/public/v2/webhooks/{webhook_uuid}/"
tags: ["Webhooks"]
---

# Patch webhook

`PATCH /public/v2/webhooks/{webhook_uuid}/`

Partially update a webhook (URL, topics, active state).

## Path parameters

- `webhook_uuid` string, required

## Headers

- `Idempotency-Key` string

## Request body

- WebhookSchemaUpdateIn
  - `url` string, nullable
  - `topics` string[], nullable
  - `is_active` boolean, nullable

## Response `200`

OK

- WebhookSchemaOut
  - `uuid` string, required
  - `url` string, required
  - `topics` string[], required
  - `is_active` boolean, required
  - `disabled_at` string, nullable
  - `disabled_reason` string
  - `created_at` string, required
  - `last_modified_at` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Content

## Changes

- **2026-08-12** `34b7cf5b4b6c` — 1 info
  - added the new optional `header` request parameter `Idempotency-Key`

[Change history](https://skmtc.dev/dualentry/apis/dualentry-public-api/changes/public/v2/webhooks/:webhook_uuid/patch.md)

---

[API](https://skmtc.dev/dualentry/apis/dualentry-public-api.md) · [All operations](https://skmtc.dev/dualentry/apis/dualentry-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api/revisions/4849d2498a13/schema)
