RonasIT / laravel-swagger

Laravel-Swagger is a fully automate tool which allows to generate and save swagger-based documentation after successful completing your application's feature tests.
https://ronasit.com
MIT License
152 stars 44 forks source link

Generate description for path parametrs #120

Open DenTray opened 7 months ago

DenTray commented 7 months ago

At the moment script generates an empty description for the path parametrs. We need to generate description based on condition, attached to the route

image

In case we have enumeration - we should generate the next description: in: 1, 2, 3

For other cases we may generate next data: regexp: 1|2|3