I use Swagger in a Java app and have a collection that sets the parameters e.g. uuid, name on the corresponding POST requests. However,on every changes on database, the collections should be updated and I fed up with updating the Postman collections manually. I could not found a proper way except from some export approach e.g. Convert Swagger documentation to Postman Collection.
In this stage, I think I make something wrong and there is a better approach as lots of experienced developers use these tools :
1. How should I transfer swagger requests to Postman and set the parameters while GET requests and use them while POST/PUT requests?
2. How can I update these requests whenever the request parameters are changed on Swagger?
