updateUser
Update a User object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PUT
Path Parameters
User ID
Body
application/json
User data
The body is of type object
.
Response
200
application/json
Returns an updated [User](#schema_user) object if a valid identifier was provided. Returns [an error](#errors) otherwise
The response is of type object
.