Importing openapi3 with path variable, set that in environment

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

My question:
The current way that postman imports openapi into :variable notation means that a path variable cannot be set at an environment level.

So for example, this valid spec that requires an orgId in the path for every request
https://api.m3ter.com/spec

requires adding that into the params for every single request in the collection, or in the case of having a different value for an environment, adding the variable name to the path params for orgId for each request

Is there a way to bulk add this value? It seems odd that you can’t have path params in environment variables, it is not unusual to have this kind of api endpoint be environment specific.