Interface POSTCreateCategoryBody

interface POSTCreateCategoryBody {
    groupId?: string;
    name: string;
}

Properties

Properties

groupId?: string

The ID of the group. If not provided, the category will be created in the "Server home" group from serverId.

name: string

Name of the category (min length 1; max length 100)