API structure has changed
Update Student Details (PATCH /students/{userId}/details): Update a student's date of birth or gender
Update User Name (PUT /users/{userId}/name): Update a user's name
Update User Password (PUT /users/{userId}/password): Change a user's password
3 structure changes including:
3 Additions
Added
3
PATCH /students/{userId}/details
PUT /users/{userId}/name
PUT /users/{userId}/password