---
title: "Update webhook"
method: PUT
path: "/public/v1/webhooks/{webhook_uuid}/"
tags: ["Webhooks"]
---

# Update webhook

`PUT /public/v1/webhooks/{webhook_uuid}/`

Update a webhook: change the URL, replace topics, or toggle active state.

## Path parameters

- `webhook_uuid` string, required

## 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

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api-2.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api-2/versions/77cd3c6ec719/schema)
