---
title: "updateWebhooksByIdWebhook()"
method: PUT
path: "/webhooks/{idWebhook}"
tags: ["webhook"]
---

# updateWebhooksByIdWebhook()

`PUT /webhooks/{idWebhook}`

## Path parameters

- `idWebhook` string, required

## Query parameters

- `key` string, required
- `token` string, required

## Request body

- Webhooks
  - `active` string — true or false
  - `callbackURL` string — A valid URL that is reachable with a HEAD request
  - `description` string — a string with a length from 0 to 16384
  - `idModel` string — id of the model that should be hooked

## Response `200`

Success

## Other responses

- `400` — Server rejection

---

[API](https://skmtc.net/apis-guru/apis/trello.md) · [All operations](https://skmtc.net/apis-guru/apis/trello/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apis-guru/trello/revisions/74afdba5e145/schema)
