v1

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

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

post/voiceChannels/{voiceChannelID}

Path parameters

voiceChannelIDstring uuid required

Request body

namestring
descriptionstring

Example request

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

Response

Successful response