zanna-37/se2-HerokuSiffredi

update a specific user

miriampunzi97 opened this issue · 0 comments

As a student, I want to modify my specific information (like name, surname, email, ...).

How to do:
Send a PUT request to /users/{id}, where {id} is your id, and specify all the fields (also the not changed ones):

  • studentNumber
  • name
  • surname

You will get a response with code 204.

Effort: 2