# Update a Webhook

**PUT** `/webhooks/{webhookId}/`

Update the Webhook with new data. NOTE that any subscriptions that are omitted from this request will be DELETED. If you don't want to replace all data on the Webhook, you probably want to use PATCH instead.

## 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`
