Designer - move parameters, header, docs etc. from design to debug #3582
Unanswered
black-snow
asked this question in
Ideas
Replies: 2 comments
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
not stale |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
So I modelled an API and hit the
DEBUG
tab. I saw that my paths were already added just like an environment. But the requests do not feature the query parameters I defined in my OAS in theDESIGN
tab. Is this by design (pun intended)?It's cumbersome and error prone to manually copy them left back and forth.
Same goes for the other sub-tabs, I guess (body/auth/header/docs).
Describe the solution you'd like
The query parameters I define in my OAS in the
DESIGN
view should be transferred into theDEBUG
view.Of course, when debugging, we need to play around and those changes should not be made in the schema automatically. Maybe buttons would be a good solution: in the
DEBUG
viewimport parameters from model
.Describe alternatives you've considered
The only alternative is copypasta.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions