---
title: "PUT /v1/projects/{projectOrProductUID}/webhooks/{webhookUID}"
method: PUT
path: "/v1/projects/{projectOrProductUID}/webhooks/{webhookUID}"
tags: ["webhook"]
---

# PUT /v1/projects/{projectOrProductUID}/webhooks/{webhookUID}

`PUT /v1/projects/{projectOrProductUID}/webhooks/{webhookUID}`

Updates the configuration settings for the specified webhook. | Webhook will be created if it does not exist. Update body will completely replace the existing settings.

## Path parameters

- `projectOrProductUID` string, required
- `webhookUID` string, required

## Request body

- WebhookSettings
  - `disabled` boolean — Flag indicating if the webhook is disabled
  - `id` string — Webhook ID
  - `transform` string — Transformation to be applied to the event

## Response `200`

Webhook updated successfully

## Other responses

- `default` — The response body in case of an API error.

---

[API](https://skmtc.net/notefile/apis/notehub-api.md) · [All operations](https://skmtc.net/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notefile/notehub-api/versions/9c5b2b63a991/schema)
