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

Request parameters don't reflect in the swagger.json #9

Open
payaldhiman123456 opened this issue Feb 22, 2018 · 2 comments
Open

Request parameters don't reflect in the swagger.json #9

payaldhiman123456 opened this issue Feb 22, 2018 · 2 comments

Comments

@payaldhiman123456
Copy link

Expected behaviour

Body parameters for POST methods and request parameters for GET methods should be displayed in swagger.json.

Current behaviour

Body parameters for POST methods and request parameters for GET methods are not reflected in swagger.json.

Steps to reproduce the behaviour

Add request parameters in GET method and body parameters in POST method. The JSON created doesn't have those parameters.

@melissapalmer
Copy link

I am seeing this same issue, and would like it to be included within the generated JSON.
Any work around's to get this in place?

@jgy3183
Copy link

jgy3183 commented Feb 18, 2019

I would like this too. I think its the same Issue/Request - I would like a custom tag / environment variable used in Insomnia GET request url to be a parameter when exported to Swagger
Example
/symptom_sources/{% response 'body', 'req_id_here', '$.data[0].uuid' %}/common_symptoms
I would like the custom tag template to be recognized as a parameter.

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

No branches or pull requests

3 participants