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. |
0 replies
|
not stale |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
So I modelled an API and hit the
DEBUGtab. 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 theDESIGNtab. 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
DESIGNview should be transferred into theDEBUGview.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
DEBUGviewimport parameters from model.Describe alternatives you've considered
The only alternative is copypasta.
Additional context
All reactions