folders

Create Folder

Create a new folder

post/folders/

Request body

namestring required
parent_folder_idstring nullable
folder_type'teacher_exam' | 'teacher_exercise' | 'teacher_assignment' | 'teacher_course' | 'student_course' | 'student_assignment' required
school_yearstring nullable

Response

Successful Response

idstring required
namestring required
user_idstring required
parent_folder_idstring nullable
folder_type'teacher_exam' | 'teacher_exercise' | 'teacher_assignment' | 'teacher_course' | 'student_course' | 'student_assignment' required
is_favorites_rootboolean
school_yearstring nullable
is_pastboolean
created_atstring date-time required
updated_atstring date-time required

Changes