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
2.8.6
11.20.0
^8.3
No response
'/api/v1/media/items/{folderId}' => (new Path) ->withParameters([(new Parameter)->withName('folderId') ->withDescription('folder id') ->withIn('path') ->withSchema( (new SchemaConcrete()) ->withType('string') ->generate() ) ->withRequired() ->generate()])
Still the parameters are not visible in the swagger page.
Still the parameters are not visible in the swagger page. for any path in RestServiceProvider
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Laravel Rest Api Version
2.8.6
Laravel Version
11.20.0
PHP Version
^8.3
Database Driver & Version
No response
Description
Still the parameters are not visible in the swagger page.
Steps To Reproduce
Still the parameters are not visible in the swagger page. for any path in RestServiceProvider
The text was updated successfully, but these errors were encountered: