You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The conversion doesn't work properly when variables have the same prefix: MY_VAR, MY_VAR_1, MY_VAR_2
Proposed Solution
Allow OpenAPI specification to use placeholders directly in the examples (i.e. {{MY_VAR}}, {{MY_VAR_1}}, {{MY_VAR_2}} instead of relying on (sub)string matching
The text was updated successfully, but these errors were encountered:
The conversion doesn't work properly when variables have the same prefix:
MY_VAR
,MY_VAR_1
,MY_VAR_2
Proposed Solution
Allow OpenAPI specification to use placeholders directly in the examples (i.e.
{{MY_VAR}}
,{{MY_VAR_1}}
,{{MY_VAR_2}}
instead of relying on (sub)string matchingThe text was updated successfully, but these errors were encountered: