---
title: "Update an existing webhooks"
method: PUT
path: "/v1/webhooks/{webhooksId}.json"
tags: ["webhooks"]
---

# Update an existing webhooks

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

Update the webhook

## Path parameters

- `webhooksId` integer, required

## Query parameters

- `token` string, required

## Request body

- object
  - `name` string
  - `is_active` boolean
  - `description` string
  - `secret` string
  - `url` string

## Response `200`

successful operation

- object
  - `success` string

## Other responses

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

## Changes

- **2016-04-26** `5d7a4c3eadce` — 1 info
  - api operation id `editWebhook` was added

[Change history](https://skmtc.dev/restyaplatform/apis/restyaboard/changes/v1/webhooks/:webhooksId.json/put.md)

---

[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/bfc753befdbe/schema)
