# README
How to import the swagger to Postman
- Open Postman
- Click on the Import button
- Select the "Import From Link" tab
- Paste the link to the swagger documentation 4.1. Example: http://localhost:8080/swagger/doc.json
- click in the settings button
- At the settings page, click in the Parameter Generation and Enable Optional Parameters toggle
[
This will generate the parameters for the requests based on the swagger documentation