-
Notifications
You must be signed in to change notification settings - Fork 0
Update User API
Christopher Posada edited this page May 9, 2019
·
1 revision
PUT /api/users/{id}
{
"firstName": "Bleh",
"lastName": "Blah",
"roleId": 5,
"locationId": 1,
"userInterests":[{"id":3}],
"imageUrl": "/api/images/4/18/19/d509ff89-7c2e-49d0-97b5-4c15445affee.jpg"
}
200 OK
Updates can only be made by the user (ie: the userId must match the logged in userId)
Roles
Locations
LearningTogether @ BuildIt
http://ec2-18-224-56-34.us-east-2.compute.amazonaws.com/api
https://bettertogether.buildit.systems/api