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

# Update webhook status

`PUT /webhook/{id}`

## Path parameters

- `id` string, required

## Response `201`

- WebhookResponse
  - `id_webhook_endpoint` string, required — The unique UUID of the webhook.
  - `endpoint_description` string, required — The description of the webhook.
  - `url` string, required — The endpoint url of the webhook.
  - `secret` string, required — The secret of the webhook.
  - `active` boolean, required — The status of the webhook.
  - `created_at` string, date-time, required — The created date of the webhook.
  - `scope` string[], required — The events that the webhook listen to.
  - `id_project` string, required — The project id tied to the webhook.
  - `last_update` string, date-time, required — The last update date of the webhook.

## Changes

- **2024-08-05** `167edd5346ec` — 1 info
  - endpoint added
- **2024-08-01** `f48b82299d9d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/panoratech/apis/panora-api-2/changes/webhook/:id/put.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/167edd5346ec/schema)
