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

Changes

No recorded changes to this endpoint across all 1 revision of this API.