# Partially update a WebhookExtraHeader

**PATCH** `/webhooks/headers/{webhookExtraHeaderId}/`

Partially update the WebhookExtraHeader with new data.

## Request

### Parameters

- `webhookExtraHeaderId` (path, required, string): The ID that uniquely identifies the WebhookExtraHeader

### Request Body

- `application/json` — WebhookExtraHeader (object)

### Responses

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