---
title: "Update Webhook"
method: PATCH
path: "/alerts/webhook/{webhook_id}"
tags: ["Webhook Alerts"]
---

# Update Webhook

`PATCH /alerts/webhook/{webhook_id}`

Update webhook settings

## Path parameters

- `webhook_id` string, uuid, required

## Request body

- WebhookSettingsUpdateSchema — Schema for updating webhook settings
  - `webhook_url` string, uri
  - `secret` string
  - `description` string
  - `enabled` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/genlogs/apis/auth-api-create-token.md) · [All operations](https://skmtc.dev/genlogs/apis/auth-api-create-token/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/genlogs/auth-api-create-token/revisions/bf34c2431a21/schema)
