-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message for field 'name' is not filled #573
Comments
This is awesome @faznan3nazer 👏 thank you for creating these issues as separates 🙌 |
Hi @faznan3nazer and @isabelcosta |
@Ritika5901234 There you go! |
thanks |
Hi, if this issue is available to work on. Can you please assign it to me? |
Sure @engineerrbae :) will assign to you! |
Hey, thanks for the quick action. Is this a user-specific issue? As I tried to reproduce it at my end but, I am not able to replicate the issue. |
@engineerrbae sorry for the delay. This is not user-specific I think. Have you tried the test data from the ticket?
I think all you need is name to be empty. This ticket is about the error message not showing up in the Swagger documentation. Are you still interested in working on this? |
Hi, is anyone working on this right now? I would love to claim it if not! @vj-codes |
Assigning you @umichritikashetty |
@engineerrbae Unassigning you due to inactivity |
If the field 'name' is not filled in the input an appropriate error message should be showned and listed under the 400 Responses.
To Reproduce
Steps to reproduce the behavior:
Go to 'User-Register'
{
"name": "",
"username": "testua",
"password": "testua123",
"email": "[email protected]",
"terms_and_conditions_checked": true,
"need_mentoring": true,
"available_to_mentor": true
}
Click on 'Execute'.
Scroll down to 'Response'
Expected behavior
The error message should be listed under 400 error messages
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: