Hello,
I am interested in a way to create a swagger.json automatically during the application start or build phase.
Currently, I manually do a call to GET /swagger.json endpoint which returns the generated JSON file.
Is there any way I can automate this procedure?
Thanks