---
title: "Update a webhook in an organization"
method: PUT
path: "/{organization}/webhooks/{webhook}"
tags: ["webhook"]
---

# Update a webhook in an organization

`PUT /{organization}/webhooks/{webhook}`

Update the specified resource in storage.

## Path parameters

- `organization` string, required
- `webhook` string, required

## Response `200`

successful operation

- Webhook — Webhook that has been registered by the organization
  - `url` string, required — Url of the webhook
  - `type` string, required — Type of the webhook
  - `status` string — Status of the webhook

---

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