---
title: "Update Webhook by Id"
method: PUT
path: "/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Update Webhook by Id

`PUT /webhooks/{webhookId}`

Updates the specified webhook.

## Path parameters

- `webhookId` string, required

## Request body

- WebhookBaseInfo
  - `teamId` string, nullable
  - `extUrl` string, required
  - `name` string, required
  - `description` string, nullable
  - `enabled` boolean

## Response `200`

Update was successful and response body contains the updated webhook details.

- WebhookInfo
  - `id` string, nullable
  - `subId` string, nullable
  - `teamId` string, nullable
  - `extUrl` string, required
  - `name` string, required
  - `description` string, nullable
  - `enabled` boolean

## Other responses

- `400` — A passed parameter was either empty or null.
- `404` — Webhook with specified id was not found.
- `500` — Internal has occured. The response body may contain more information.

---

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