We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I make a request with a missing required parameter, eg:
curl -X POST localhost:8001/api/v0/groups -d '{}'
The response can be a little hard to comprehend:
{"data":{"name":["value '' fails validation of type `required`"]},"message":"validation errors","status":400,"_meta":null}
I believe that the error message can be improved, by omitting the value '' part
value ''
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-931.
This message was autogenerated
Sorry, something went wrong.
No branches or pull requests
When I make a request with a missing required parameter, eg:
The response can be a little hard to comprehend:
I believe that the error message can be improved, by omitting the
value ''
partThe text was updated successfully, but these errors were encountered: