UpdateCourseDto
namestring
Nombre del curso
Example:
Matemáticas Avanzadas IIdescriptionstring
Descripción del curso
startDatedate-time
Fecha de inicio del curso
endDatedate-time
Fecha de fin del curso
statusboolean
Estado del curso
instructorIdstring
ID del instructor principal
maxStudentsnumber
Número máximo de estudiantes
categorystring
Categoría del curso
UpdateCourseDto
{
"name": "Matemáticas Avanzadas II",
"description": "string",
"startDate": "2024-07-29T15:51:28.071Z",
"endDate": "2024-07-29T15:51:28.071Z",
"status": true,
"instructorId": "string",
"maxStudents": 0,
"category": "string"
}