provider Channels PATCH /channels/{channel_id}
@utdk/front /channels/{channel_id}
Update Channel
Update a channel. Required scope: `channels:write`
channel_id path required
The Channel ID. Alternatively, you can supply the channel address as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1).
string

Try it

Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updateChannel
PATCH/channels/{channel_id}
Update a channel. Required scope: `channels:write`

Parameters

required

The Channel ID. Alternatively, you can supply the channel address as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1).

Input

Name of the channel

ID of the inbox to move this channel to. Will also move corresponding conversations.

Settings to replace. For custom channels, all settings may be replaced. For all other channels, only `undo_send_time` and `all_teammates_can_reply` may be replaced.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.updateChannel({
  "channel_id": "cha_123"
})