insomnia icon indicating copy to clipboard operation
insomnia copied to clipboard

fix: openapi import use path parameters instead of variables

Open Crustack opened this issue 1 year ago • 3 comments

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)

Crustack avatar Apr 05 '25 16:04 Crustack

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 05 '25 16:04 CLAassistant

@jackkav @ryan-willis @ihexxa any feedback? 🙂

Crustack avatar Apr 18 '25 16:04 Crustack

Thanks, looks great

Hi @jackkav can we merge this please?

Crustack avatar Nov 08 '25 13:11 Crustack