Update User
PUT/api/user/
API used to update a user
Request
Responses
- 200
- 412
- 500
Returns a Success code if the operation was successful
Returns a HttpStatus.PRECONDITION_FAILED if the Username or email id already exists
Returns a HttpStatus.INTERNAL_SERVER_ERROR if there was some other error that did not allow the operation to complete