Interface ICreateChannel

interface ICreateChannel {
    title: string;
    body: string;
    tags?: string;
    hubUuid?: string;
}

Properties

title: string
body: string

Short description or content of the channel.

tags?: string

Comma separated tags associated with the channel.

hubUuid?: string

Hub in which the channel will be created

Default

Apillon default hub