---
title: "PUT /channelCategories"
method: PUT
path: "/channelCategories"
tags: ["channels"]
---

# PUT /channelCategories

`PUT /channelCategories`

Create a new channel category in a Heartbeat community

## Request body

- object
  - `name` string, required

## Response `200`

Successful response

- ChannelCategory
  - `id` string, uuid — The channel cateogry id
  - `name` string — The name of the channel cateogry

## Other responses

- `400` — Invalid request body
- `401` — API Key is missing or invalid

---

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