---
title: "Edit webhook"
method: PUT
path: "/v1/webhooks/{webhookId}.json"
tags: ["webhooks"]
---

# Edit webhook

`PUT /v1/webhooks/{webhookId}.json`

Update the webhook

## Path parameters

- `webhookId` string, required

## Query parameters

- `token` string, required

## Request body

- EditWebhook
  - `description` string
  - `is_active` string
  - `name` string
  - `secret` string
  - `url` string

## Response `200`

No response was specified

## Other responses

- `400` — Invalid ID supplied
- `404` — Page not found

---

[API](https://skmtc.dev/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.dev/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/revisions/5d7a4c3eadce/schema)
