zanna-37/se2-HerokuSiffredi

update a single exam template

MattiaSangermano opened this issue · 0 comments

As a student, I want to change a specific template, so i can use it

How to do:
Send a PUT request to /exam-templates/{id} with these attribute:

  • id
  • name
  • categoryIds[ ]
  • quantity[ ]

You will get a response with code 204

Effort: 2