v1

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

Edit a channel. All fields are optional, only fields that are provided will be changed.

post/channels/{channelID}

Path parameters

channelIDstring uuid required

Request body

namestring
descriptionstring
isReadOnlyboolean

If true, only admins & moderators will be able to create threads in this channel. This option is not currently available for chat channels

Example request

{
  "name": "random",
  "description": "A place to discuss anything you want"
}

Response

Successful response