I have checked the following:
This bug is:
Bruno version
3.4.1
Operating System
Windows 10
Describe the bug
I imported my open api spec (from my asp.net api).
My APIs support versioning within the url:
{{baseUrl}}/api/v:version/endpoint
:version is not highlighted, taked into account at the import point, but is not working when i make the request.
I need to edit all my request to delete the "v", and add it to the version path params.
.bru file to reproduce the bug
here's the yml of a request that take a path params with a version preceded by v
get -api-v-version-physical-activity.yml
Screenshots/Live demo link
Version not highlighted when not preceded with a /

Version working when preceded with a /

I have checked the following:
This bug is:
Bruno version
3.4.1
Operating System
Windows 10
Describe the bug
I imported my open api spec (from my asp.net api).
My APIs support versioning within the url:
{{baseUrl}}/api/v:version/endpoint
:version is not highlighted, taked into account at the import point, but is not working when i make the request.
I need to edit all my request to delete the "v", and add it to the version path params.
.bru file to reproduce the bug
here's the yml of a request that take a path params with a version preceded by v
get -api-v-version-physical-activity.yml
Screenshots/Live demo link
Version not highlighted when not preceded with a /

Version working when preceded with a /
