-
Notifications
You must be signed in to change notification settings - Fork 70
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
FormRequest with arrays #29
Comments
Sorry can you provide a little more information for this? A short code snippet and expected output would really help |
when validation FormRequest's class has something like this:
then script generate this:
|
That doesn’t seem right do the other params gets generated correctly? It may be related to a bug that got introduced but fixed recently, do you get the same results on |
I'm using that fork https://github.com/coopersystem-fsd/laravel-swagger, because option allows using JWT very handy |
when we use arrays validation, in "Example Value" it will generate null value for that parameter.
The text was updated successfully, but these errors were encountered: