updateChannel
Modifies an existing channel.
Samples
// UpdateChannel
repostspaceClient.updateChannel {
spaceId = "SP1234567890abcdefghijkl"
channelId = "WS1234567890abcdefghijkl"
channelName = "Better Channel"
channelDescription = "Better channel description"
}Content copied to clipboard