---
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
  - `linq_api_token` string, nullable
  - `linq_from_number` string, nullable
  - `linq_webhook_signing_secret` string, nullable
  - `linq_allowed_numbers` string, nullable
  - `linq_preferred_service` string, nullable
  - `bluebubbles_server_url` string, nullable
  - `bluebubbles_password` string, nullable
  - `bluebubbles_allowed_numbers` string, nullable
  - `bluebubbles_imessage_address` string, nullable

## Response `200`

Successful Response

- ChannelConfigResponse
  - `telegram_bot_token_set` boolean, required
  - `telegram_allowed_chat_id` string, required
  - `linq_api_token_set` boolean
  - `linq_from_number` string
  - `linq_allowed_numbers` string
  - `linq_preferred_service` string
  - `bluebubbles_configured` boolean
  - `bluebubbles_allowed_numbers` string
  - `bluebubbles_imessage_address` string

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-28** `e9d132642197` — 2 info
  - added the new optional request property `bluebubbles_imessage_address`
  - added the optional property `bluebubbles_imessage_address` to the response with the `200` status
- **2026-03-27** `3a723d0345c2` — 5 info
  - added the new optional request property `bluebubbles_allowed_numbers`
  - added the new optional request property `bluebubbles_password`
  - added the new optional request property `bluebubbles_server_url`
  - added the optional property `bluebubbles_allowed_numbers` to the response with the `200` status
  - …1 more
- **2026-03-24** `4afafa27466e` — 9 info
  - added the new optional request property `linq_allowed_numbers`
  - added the new optional request property `linq_api_token`
  - added the new optional request property `linq_from_number`
  - added the new optional request property `linq_preferred_service`
  - …5 more
- **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
- …earlier changes not shown

[Full 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/9df4ea76da08/schema)
