Skip to content
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

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

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 from a32cdfe to 6c2dd62 Compare April 7, 2025 16:05
@PhilKes PhilKes force-pushed the fix/openapi-path-parameters branch from 6c2dd62 to 66888a6 Compare April 9, 2025 15:38
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