---
title: "PATCH /webhooks/{webhook_id}/{webhook_token}/"
method: PATCH
path: "/webhooks/{webhook_id}/{webhook_token}/"
tags: ["webhooks"]
---

# PATCH /webhooks/{webhook_id}/{webhook_token}/

`PATCH /webhooks/{webhook_id}/{webhook_token}/`

## Path parameters

- `webhook_id` string, required
- `webhook_token` string, required

## Request body

- WebhookUpdateSchema
  - `name` string
  - `avatar` string
  - `channel_id` string

## Response `200`

No description available

## Other responses

- `400`
- `403` — No description available
- `404` — No description available

## Changes

- **2026-07-21** `acb88d8d4ee1` — 1 info
  - the endpoint scheme security `bearer` was removed from the API
- **2026-07-15** `07826ddff632` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`
- **2026-03-14** `7a3260fae451` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/spacebarchat/apis/spacebar-server/changes/webhooks/:webhook_id/:webhook_token/patch.md)

---

[API](https://skmtc.dev/spacebarchat/apis/spacebar-server.md) · [All operations](https://skmtc.dev/spacebarchat/apis/spacebar-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spacebarchat/spacebar-server/revisions/a15db2c050e7/schema)
