Change password
POST/api/user/changePassword
API used to update changed password
Request
Responses
- 200
- 412
- 500
Returns a Success code if the operation was successful
Returns a HttpStatus.PRECONDITION_FAILED if the old password and new password does not match
Returns a HttpStatus.INTERNAL_SERVER_ERROR if there was some other error that did not allow the operation to complete