Replies: 1 comment 2 replies
-
It will be possible, if there are methods But there is not these methods, is there any workaround? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I import OpenAPI to restfox and the paths are creates as:
{{base_url}}/v2/organization/{organization}/sub_organization/{sub_organization}/list
For testing I want to use same organization and sub organization, is possible to automatically fill path parameter with environment variable with the same name, to not fill in every request {organization} = {{organization}}?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions