---
title: "Update channel"
method: PATCH
path: "/offerings/{offeringId}/channels/{channelId}"
tags: ["Channels"]
---

# Update channel

`PATCH /offerings/{offeringId}/channels/{channelId}`

Updates a channel in an offering.

## Path parameters

- `offeringId` string, required
- `channelId` string, required

## Request body

- Channel
  - `title` string
  - `isBroadcastOnly` boolean
  - `privateSupport` boolean
  - `groupDiscussion` boolean
  - `group` object
    - `autoAssign` boolean

## Response `200`

channel successfully updated

- ChannelResponse
  - `id` string
  - `title` string
  - `isBroadcastOnly` boolean

## Other responses

- `400` — Bad Request
- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.
- `404` — Not Found

---

[API](https://skmtc.net/iqualify/apis/iqualify-management-api.md) · [All operations](https://skmtc.net/iqualify/apis/iqualify-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iqualify/iqualify-management-api/revisions/5ac6843de20a/schema)
