Type Alias SpaceUpdateBodyDto
SpaceUpdateBodyDto: {
allowFileDownload?: boolean;
autoJoin?: boolean;
description?: string | null;
enabledMenus?: (
| "announcement"
| "content"
| "community"
| "team"
| "challenge"
| "grade")[];
exitRestricted?: boolean;
isActive?: boolean;
isPublic?: boolean;
messageEnabled?: boolean;
name?: string;
representativeName?: string | null;
retainEnrollmentHistory?: boolean;
semester?: string | null;
startMenu?:
| "announcement"
| "content"
| "community"
| "team"
| "challenge"
| "grade";
thumbnailFileId?: string | null;
vodConcurrentLimit?: boolean;
}