You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: