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
142 stars 42 forks source link

Parse deprecated annotation of a request class #102

Closed DenTray closed 10 months ago

DenTray commented 1 year ago

According to the doc https://swagger.io/docs/specification/2-0/paths-and-operations we can use the deprecated param in open api spec

What should we do:

  1. mark API as deprecated if @deprecated annotation was added to the related form request class
  2. update readme with this info