The Assignment
object represents an assignment specification, distinct from a submission (which are students' implementations of assignments). Every Assignment
is a child of some Course
.
Endpoints
POST
/assignmentsGET
/assignments/:idGET
/assignments/:id/submissionsPATCH
/assignments/:idDELETE
/assignments/:id