# Update Webhook Configuration

Updates the callback URL for an existing webhook configuration.

Endpoint: PATCH /v1/webhook-subscribers/{subscriber_id}
Version: v1
Security: ApiKey

## Path parameters:

  - `subscriber_id` (string, required)

## Request fields (application/json-patch+json):

  - `callback_url` (string)

  - `active` (boolean)

## Response 400 fields (application/json):

  - `type` (string)
    RFC reference for the error type

  - `title` (string)
    Human-readable summary of the error

  - `status` (integer)
    HTTP status code

  - `errors` (array)
    Detailed error messages for each validation failure

  - `trace_id` (string)
    Trace identifier for debugging

