---
title: "Update Channel"
method: PATCH
path: "/channels/{channel_id}"
tags: ["Channels"]
---

# Update Channel

`PATCH /channels/{channel_id}`

Update a channel.

## Path parameters

- `channel_id` string, required

## Request body

- UpdateChannel
  - `status` 'offline' | 'ok' — Status of the channel

## Response `204`

No content

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/versions/76d1eaa2d0eb/schema)
