---
title: "Update Webhook By Id"
method: PUT
path: "/api/v1/outbound_webhook/{webhook_id}"
tags: ["Outbound Webhook"]
---

# Update Webhook By Id

`PUT /api/v1/outbound_webhook/{webhook_id}`

Update Webhook

## Path parameters

- `webhook_id` string, uuid, required

## Request body

- IWebhookUpdate
  - `endpoint` string, nullable
  - `name` string, nullable
  - `enabled` boolean, nullable

## Response `200`

Successful Response

- IPutResponseBaseIWebhookUpdate
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IWebhookUpdate
    - `endpoint` string, nullable
    - `name` string, nullable
    - `enabled` boolean, nullable

## Other responses

- `422` — Validation Error

---

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