---
title: "Update a specific Webhook Configuration by ID."
method: PUT
path: "/v3/connectors/configuration/webhooks/{id}"
tags: ["Webhook Configuration"]
---

# Update a specific Webhook Configuration by ID.

`PUT /v3/connectors/configuration/webhooks/{id}`

Updates a specific webhook configuration by its ID.
Only the fields that are provided in the request body will be updated.

## Path parameters

- `id` integer, required

## Request body

- union
  - object
    - `webhookName` string, required — The name of the webhook configuration.
  - object
    - `webhookUrl` string, uri, required — The URL to which the webhook notifications will be sent.
  - object
    - `eventType` string[], required — The list of event types that will trigger the webhook notification.

## Response `200`

Returns the updated webhook configuration.

- WebhookResponse
  - `id` integer, required — The unique identifier for the webhook configuration.
  - `webhookName` string, required — The name of the webhook configuration.
  - `webhookUrl` string, uri, required — The URL to which the webhook notifications will be sent.
  - `eventType` string[], required — The list of event types that will trigger the webhook notification.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/lilt/apis/lilt-api.md) · [All operations](https://skmtc.net/lilt/apis/lilt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lilt/lilt-api/revisions/444772351ac3/schema)
