# Partially update a Webhook

**PATCH** `/webhooks/{webhookId}/`

Partially update the Webhook with new data.

## Request

### Parameters

- `webhookId` (path, required, string): The ID that uniquely identifies the Webhook

### Request Body

- `application/json` — Webhook (object)

### Responses

- `200`: The Webhook was updated
  - Content types: `application/json`
- `400`: Bad Request
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
