zanna-37/se2-HerokuSiffredi

update a specific exam-instance

Closed this issue · 1 comments

As a professor, I want to update an exam instance passing an ExamInstance and receiving no body

How to demo:

Make a PUT requst to /exam-instance/{id} with an ExamInstance object like so:

  • id
  • userIDs [ ]
  • assignedTasksIDs [ ]
  • examEventID
  • finalEvaluation (can be null)

Effort: 2

closed with #89