Postman SDK not adding description to collection info block

Hi - while trying to generate a collection programmatically, there seems to be an issue putting the description of the collection into the info block.
As shown here, the description (as defined Postman Collection Format v2.1.0 Schema Documentation)
is not getting placed there but instead outside the info block

I believe this is incorrect. When I export the same collection out of Postman, the info block does contain the description field.

Thanks

Thanks for reporting this @mab11, this bug is being fixed in https://github.com/postmanlabs/postman-collection/pull/589

This is Great! Thank you.

How can I use the updated code?

@mab11 We’re about to make a release that includes this fix. :smile:

@mab11 v3.0.8 of the Postman Collection SDK has been released with a fix for this bug, you can install it with npm install --save postman-collection@3.0.8