Import OAS spec with path variables and examples

Hi, I’m importing an Open API spec document that includes path variables and examples. The paths used are something like '/{pathVar1}/something. The import loads the path variable value as {{pathVar1}} against the “something” endpoint but does not include it in each of the example request / response entries below that. Note that import settings has parameter generation set to Example rather than Schema which is required to import the examples.