Closed
Bug 1609855
Opened 6 years ago
Closed 6 years ago
Update Profile: API- http://15.206.17.169:8050/gintaa/api/user-management/user/
Categories
(Invalid Bugs :: General, defect)
Invalid Bugs
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: lipon, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
Steps to reproduce:
Checking the response when dob is given less than 18 years
Actual results:
{
"success": true,
"code": 200,
"message": "User profile updated successfully",
"dob": "2018-02-13",
"age": "1Years-11Months-1Days",
"sex": "Female",
"isEmailVerified": "true",
"isPhoneNumVerified": "false"
}
Expected results:
The proper response is not coming.The status code should be 400 and the message should be "The dob must be greater than 18 years".
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
Updated•6 years ago
|
Component: Untriaged → General
Product: Firefox → Invalid Bugs
Resolution: INACTIVE → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•