You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the optional beans property ‘mobile’ to the User. The property named ‘mobile’ should be able to pass into POST /users, in addition to the email and password properties.
Validate that the mobile no. being passed in the POST /users is a valid one. Make sure the test cases, in which mobile validity is being checked do pass.
400 Bad Request: If the mobile no. is invalid (incorrectly formatted)
Add the optional beans property ‘mobile’ to the User. The property named ‘mobile’ should be able to pass into POST /users, in addition to the email and password properties.
Request schema:
Response schema:
Validate that the mobile no. being passed in the POST /users is a valid one. Make sure the test cases, in which mobile validity is being checked do pass.
400 Bad Request: If the mobile no. is invalid (incorrectly formatted)
Note
The text was updated successfully, but these errors were encountered: