I have a collection, into which I regularly add more HTTP request examples. This is kept in-sync with Postman’s servers in my workspace. All good so far.
When I share a JSON link (because I need to share with multiple people internally at my company, but whom I don’t already know their names and email addresses in advance, hence I need a link-based approach), it seems to generate a static point-in-time version of my collection.
How can I share my collection with multiple unknown people, in a way that it will constantly stay up-to-date, so I don’t have to keep generating new links, and the recipients don’t have to keep re-importing?
Thanks