insomnia
insomnia copied to clipboard
fix: openapi import use path parameters instead of variables
Fixes described problem in https://github.com/Kong/insomnia/issues/6785#issuecomment-2147209531
Currently when importing an OpenAPI spec, parameters in the path are converted to environment variables.
This PR instead converts parameters in the path to actual path parameters (e.g. :id)
@jackkav @ryan-willis @ihexxa any feedback? 🙂
Thanks, looks great
Hi @jackkav can we merge this please?