---
title: "Update a single webhook"
method: PUT
path: "/webhooks/{WebhookID}"
tags: ["Webhooks"]
---

# Update a single webhook

`PUT /webhooks/{WebhookID}`

## Path parameters

- `WebhookID` string, required

## Request body

- WebhookUpdateRequest
  - `Description` string
  - `Url` string
  - `Events` string[]
  - `Active` boolean

## Response `200`

Success

---

[API](https://skmtc.net/liongard/apis/liongard-v2-endpoints.md) · [All operations](https://skmtc.net/liongard/apis/liongard-v2-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liongard/liongard-v2-endpoints/versions/4ba1aeff82d7/schema)
