---
title: "Actualizar webhook por ID"
method: PUT
path: "/webhook/:webhookId"
tags: ["Webhook"]
---

# Actualizar webhook por ID

`PUT /webhook/:webhookId`

Actualizar detalles del webhook por ID

## Path parameters

- `webhookId` number, required

## Request body

- object
  - `url` string, uri, required
  - `events` string[], required
  - `active` boolean, required

## Response `200`

Webhook actualizado con éxito por ID

- object
  - `message` string, required

## Other responses

- `400` — Solicitud incorrecta, datos de entrada no válidos
- `404` — Webhook no encontrado

---

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