v1
latestSwagger 2.02026-07-176617.2 KBUsers
Update User
Updates user details based on the ID provided as a parameter.
put/updateUser/{userId}
Path parameters
userIdstring required
ID of the user to be updated
Headers
Authorizationstring required
Insert your access token
Request body
Example request
{
"age": 30,
"name": "John Doe"
}Response
OK