---
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` integer

## Response `200`

successful operation

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

## Other responses

- `400` — Invalid data format
- `401` — No JWT Token
- `403` — No access to resource
- `500` — Internal Error

## Changes

- **2019-04-09** `5363057b67b0` — 1 info
  - endpoint added
- **2019-03-13** `ea0deca478db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/maddevsio/apis/mad-devs-comedian/changes/v1/channels/:id/patch.md)

---

[API](https://skmtc.dev/maddevsio/apis/mad-devs-comedian.md) · [All operations](https://skmtc.dev/maddevsio/apis/mad-devs-comedian/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maddevsio/mad-devs-comedian/revisions/db207131dfd9/schema)
