The body of PATCH /channels/{name}.

interface RESTPatchAPIChannelBody {
    name?: string;
}

Properties

Properties

name?: string

The name of the channel.