v1

latestOpenAPI 3.0.0http://www.apache.org/licenses/LICENSE-2.0.html2026-07-14543167.2 KB
channels

Create a new channel category in a Heartbeat community

put/channelCategories

Request body

namestring required

Example request

{
  "name": "Cohort 2"
}

Response

Successful response

idstring uuid

The channel cateogry id

namestring

The name of the channel cateogry

Example response

{
  "name": "Alumni"
}