-
Notifications
You must be signed in to change notification settings - Fork 45
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
Items in v2 not getting populated with requests in v1 #365
Comments
@surbhi114 Can you share a scaled-down collection (without sensitive information) that we can use to reproduce this issue? |
I can also replicate this using the v1 json at https://triposcert.vantiv.com/api/postman |
I found the issue with the example I gave. It is missing the |
I have the same issue, that convert does nothing, almost. |
I can confirm this as well. We use some older ServiceStack APIs with the See postman-v1.0.0.zip for an example. |
I have same problem here |
I am trying to transform a few collections from v2 to v1 using CLI:
postman-collection-transformer convert -i ~/work/user.json -o ~/work/user2.json -j 1.0.0 -p 2.0.0 --pretty --overwrite --retain-ids
the conversion happens successfully but the items don't get populated in the response collection. Please advice!
The text was updated successfully, but these errors were encountered: