---
title: "Update Channel Config"
method: PUT
path: "/api/user/channels/config"
---

# Update Channel Config

`PUT /api/user/channels/config`

Update server-level channel configuration.

## Request body

- ChannelConfigUpdate
  - `telegram_bot_token` string, nullable
  - `telegram_allowed_chat_id` string, nullable

## Response `200`

Successful Response

- ChannelConfigResponse
  - `telegram_bot_token_set` boolean, required
  - `telegram_allowed_chat_id` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-20** `b50885a834a4` — 1 breaking, 1 warning, 2 info
  - removed the required property `telegram_allowed_chat_ids` from the response with the `200` status
  - removed the request property `telegram_allowed_chat_ids`
  - added the new optional request property `telegram_allowed_chat_id`
  - added the required property `telegram_allowed_chat_id` to the response with the `200` status
- **2026-03-20** `f5aa4c423645` — 1 breaking, 1 warning
  - removed the required property `telegram_allowed_usernames` from the response with the `200` status
  - removed the request property `telegram_allowed_usernames`
- **2026-03-20** `4c528359213d` — 1 breaking, 29 warning, 4 info
  - removed the required property `telegram_allowed_chat_id` from the response with the `200` status
  - removed the request property `bluebubbles_allowed_numbers`
  - removed the request property `bluebubbles_imessage_address`
  - removed the request property `bluebubbles_password`
  - …30 more

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/channels/config/put.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/bf5f82d4f563/schema)
