---
title: "Replace webhook receiver"
method: PUT
path: "/v1/WebhookReceivers/{id}"
tags: ["WebhookReceivers"]
---

# Replace webhook receiver

`PUT /v1/WebhookReceivers/{id}`

Replace an existing webhook receiver.

## Path parameters

- `id` integer, required

## Request body

- RevAppModelsWebhookReceiver
  - `webhook_receiver_id` integer — Primary identifier for a webhook receiver.
  - `url` string, required — URL to send request to.
  - `description` string — Describes the webhook receiver.
  - `require_xhook_header_confirmation_flag` boolean — Is the header "X-Hook-Secret" required to confirm this endpoint. In general, this should be yes, but some systems are not compatible with this.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- RevWebAPIModelsSuccess
  - `ok` boolean

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/versions/135571434f6c/schema)
