zanna-37/se2-HerokuSiffredi

update a single task

MattiaSangermano opened this issue · 0 comments

As a professor, I want to be able to change a task, so that I can use it

How to demo:
send a PUT request to /tasks/{id} with these attribute:

  • id
  • exerciseText
  • answers[ ]
    • answer
    • isRight
  • explantaion
  • categoryId[]
  • total score
  • last edit

The response should be a success message

Effort: 1