---
title: "Partial Update Webhook"
method: PATCH
path: "/webhooks/{id}"
tags: ["Webhook APIs"]
---

# Partial Update Webhook

`PATCH /webhooks/{id}`

Updates one or more fields of an existing webhook configuration. Only the fields provided in the request body will be modified.  This allows for non-destructive updates to webhook event mappings or headers.

## Path parameters

- `id` integer, required

## Headers

- `on-behalf-of` string

## Request body

- Schema — unresolved $ref

## Response `204`

Webhook partially updated successfully. No content is returned.

## Other responses

- `400` — Bad Request – Invalid or malformed request data.
- `401` — Unauthorized – Missing or invalid API key.
- `403` — Forbidden – Insufficient permissions to update the webhook.
- `404` — Webhook not found – No webhook exists with the given ID.
- `500` — Internal Server Error – Unexpected failure.

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
