Alvarez-P / e-learning-system

E-learning System
MIT License
1 stars 2 forks source link

EL-S1 #4

Open Alvarez-P opened 4 years ago

Alvarez-P commented 4 years ago

Como administrador quiero poder agregar nuevos estudiantes

Descripción

POST /api/students

Body

Field Value Type Table Required Validation
StudentUserID uuid Courses true Id del usuario(debe existir)
StudentCourseID uuid Courses true Id del curso(debe existir)
StudentID uuid Courses true Id unico
StudentActive boolean Courses true Campo para validar si ha sido borrado

Respuesta

201 {
  "uuid": "uuid",
  "message": "Success"
}

Condiciones para aceptacion