---
title: "Add Edit Webhook"
method: PUT
path: "/webhooks"
tags: ["webhooks"]
---

# Add Edit Webhook

`PUT /webhooks`

## Request body

- WebhookSchema
  - `webhookId` integer, nullable
  - `authHeader` string, nullable
  - `name` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-15** `ede0dba19c40` — 1 warning
  - changed the pattern of the request property `name` from `^[a-z,A-Z,0-9,\-,é,è,à,ç, ,|,&,\/,\\,_,.,#,']*$` to `^[a-zA-Z0-9\-éèàç |&/\\_.#':,@]*\z`

[Change history](https://skmtc.dev/openreplay/apis/fastapi/changes/webhooks/put.md)

---

[API](https://skmtc.dev/openreplay/apis/fastapi.md) · [All operations](https://skmtc.dev/openreplay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openreplay/apis/fastapi/revisions/1baad142eb42?raw)
