Skip to content

fix: openapi import use path parameters instead of variables #8585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

PhilKes
Copy link

@PhilKes PhilKes commented Apr 5, 2025

Fixes described problem in #6785 (comment)

Currently when importing an OpenAPI spec, parameters in the path are converted to environment variables.
This PR instead converts parameters in the path to actual path parameters (e.g. :id)

@CLAassistant
Copy link

CLAassistant commented Apr 5, 2025

CLA assistant check
All committers have signed the CLA.

@PhilKes PhilKes force-pushed the fix/openapi-path-parameters branch 3 times, most recently from 66888a6 to ef0fc19 Compare April 13, 2025 09:24
@PhilKes PhilKes force-pushed the fix/openapi-path-parameters branch from ef0fc19 to 08944f4 Compare April 18, 2025 16:04
@PhilKes
Copy link
Author

PhilKes commented Apr 18, 2025

@jackkav @ryan-willis @ihexxa any feedback? 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants