mlabouardy/swaggymnia

Request parameters don't reflect in the swagger.json

payaldhiman123456 opened this issue · 2 comments

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.

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?

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.