# Update webhook settings

**PATCH** `/webhooks`

Partially updates the single webhook configuration for the current tenant. Select event types from availableEventTypes.

Authentication: bearerAuth
Required scopes: `webhook:update`
Allowed roles: `owner`, `admin`
Authorization: Update webhook settings.

## Request body

- `application/json`: `UpdateWebhookSettingsRequest` required.

## Responses

- `200`: Updated webhook settings
- `default`: Error
