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

# Update webhook

`PATCH /webhooks/{id}/`

Update owned webhook data: URL, list of subscribed topics. You can also activate or deactivate it.

## Path parameters

- `id` string, required

## Request body

- object
  - `topics` string[] — List of webhook topics
  - `url` string — URL where webhook should be sent
  - `is_active` boolean — Activate or deactivate webhook

## Response `200`

OK

- object
  - `id` string, uuid, required — Webhook ID
  - `is_active` boolean, required — Indicates if webhook is active
  - `topics` string[], required — List of subscribed topics
  - `url` string, required — Webhook URL

## Other responses

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

---

[API](https://skmtc.dev/lulu/apis/universal-publishing-platform-api.md) · [All operations](https://skmtc.dev/lulu/apis/universal-publishing-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lulu/universal-publishing-platform-api/revisions/3119f71811f8/schema)
