issues
search
software-students-fall2021
/
project-setup-penguin
project-setup-penguin created by GitHub Classroom
3
stars
4
forks
source link
PATCH endpoint for /user/:userId URI
#76
Open
kdduan
opened
3 years ago
kdduan
commented
3 years ago
used to update a user's metadata
endpoint should take in JSON body along the lines of
{ "firstName": "string", "lastName": "string" ... }
for a successful request, endpoint should return a status code in the 200s