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

# Update a webhook

`PUT /webhooks/{id}/`

Update entire webhook. Requires a secret key.

## Path parameters

- `id` string, required

## Request body

- WebhookCreate
  - `url` string, required
  - `event` string, required

## Response `200`

Successful operation

- Webhook[]
  - `id` integer
  - `event` string
  - `url` string
  - `hmac_digest` string
  - `hmac_secret` string
  - `uuid` string

## Other responses

- `400` — Invalid status value

---

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