Interface PATCHForumTopicBody

interface PATCHForumTopicBody {
    content?: string;
    title?: string;
}

Properties

Properties

content?: string

The content of the forum topic

title?: string

The title of the forum topic (min length 1; max length 500)