I receive API via swagger format with dynamic variables:
"/tour/{tour_id}/": {
// ...
},
Swagger-importer extension imports these variables like this:
It looks like environmental variable and Paw creates random value for request, but looks like it's unable to create environment variable for this.
I plan to receive API from backend developers via swagger export files and don't want to change requests because they will be overwritten with every import. It would be great to import API as is from backend and just edit environment variables.