---
title: "Updates a channel in the database"
method: PATCH
path: "/v1/channels/{id}"
tags: ["channels"]
---

# Updates a channel in the database

`PATCH /v1/channels/{id}`

## Path parameters

- `id` integer, required

## Request body

- Channel
  - `id` integer
  - `channelName` string
  - `channel_id` string
  - `channel_standup_time` string

## Response `200`

successful operation

- Channel
  - `id` integer
  - `channelName` string
  - `channel_id` string
  - `channel_standup_time` string

## Other responses

- `400` — Incorrect value for channel id, must be integer or incorrect payload for channel entity
- `401` — Missing/incorrect Bot Access Token or trying to access resource from another workspace
- `404` — Entity does not yet exist

---

[API](https://skmtc.net/maddevsio/apis/mad-devs-comedian.md) · [All operations](https://skmtc.net/maddevsio/apis/mad-devs-comedian/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maddevsio/mad-devs-comedian/versions/1ccd9e49d97b/schema)
