postmanerator
postmanerator copied to clipboard
Body parameters not parsed when using v2.1 JSON output
Recently I updated postmanerator version from the version which is installed via GO to v0.10.0 so I can use some features like ignore-response-headers but I've found one regression.
Using v1.0 JSON output with the previous version of Postmanerator gave me this data:
Using v2.1 JSON output with v0.10.0 of Postmanerator result in this:
Parameters inside body aren't parsed so the API lost information
Does anyone know what's going on?
I have same issue