---
title: "Update webhook"
method: PUT
path: "/api/webhooks"
tags: ["Webhooks"]
---

# Update webhook

`PUT /api/webhooks`

## Request body

- object
  - `id` integer, required
  - `name` string
  - `url` string, uri
  - `events` string[]
  - `enabled` boolean
  - `regenerate_secret` boolean

## Response `200`

Webhook updated

- object
  - `success` boolean
  - `secret` string — Only present when regenerate_secret is true
  - `message` string

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
