This is a plugin for Insomnia that automatically replaces URL path
parameters with syntax {myParam}
with values defined in the Query tab by the same name.
Install the insomnia-plugin-swagger-path-parameters
plugin from Preferences > Plugins.
- Add placeholders to url (eg.
https://example.com/{foo}/{bar}
) - Add matching entries to Query tab (eg.
foo
,bar
)