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

Changes

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