---
title: "Update Admin Channel Config"
method: PUT
path: "/api/admin/channels/config"
tags: ["admin"]
---

# Update Admin Channel Config

`PUT /api/admin/channels/config`

Update server-level channel configuration (admin only).

## Request body

- AdminChannelConfigUpdate
  - `bluebubbles_server_url` string, nullable
  - `bluebubbles_password` string, nullable
  - `bluebubbles_imessage_address` string, nullable
  - `bluebubbles_send_method` string, nullable
  - `telegram_bot_token` string, nullable
  - `telegram_allowed_chat_id` string, nullable
  - `linq_api_token` string, nullable
  - `linq_from_number` string, nullable
  - `linq_allowed_numbers` string, nullable
  - `linq_preferred_service` string, nullable
  - `twilio_account_sid` string, nullable
  - `twilio_auth_token` string, nullable
  - `twilio_api_key_sid` string, nullable
  - `twilio_api_key_secret` string, nullable
  - `twilio_phone_number` string, nullable
  - `twilio_messaging_service_sid` string, nullable
  - `twilio_allowed_numbers` string, nullable

## Response `200`

Successful Response

- AdminChannelConfigResponse
  - `bluebubbles_server_url` string
  - `bluebubbles_password_set` boolean
  - `bluebubbles_imessage_address` string
  - `bluebubbles_send_method` string
  - `bluebubbles_configured` boolean
  - `telegram_bot_token_set` boolean
  - `telegram_allowed_chat_id` string
  - `linq_api_token_set` boolean
  - `linq_from_number` string
  - `linq_allowed_numbers` string
  - `linq_preferred_service` string
  - `twilio_account_sid_set` boolean
  - `twilio_auth_token_set` boolean
  - `twilio_api_key_sid_set` boolean
  - `twilio_api_key_secret_set` boolean
  - `twilio_configured` boolean
  - `twilio_phone_number` string
  - `twilio_messaging_service_sid` string
  - `twilio_allowed_numbers` string

## Other responses

- `422` — Validation Error

---

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