Hi there,
I have some api specifications in OpenAPI v3 format stored in a repository and once in a while i take those specs and import them in Postman for contract testing / general testing.
To “update” the specs i Create a new version of the Postman API and paste the content of my OpenAPI file.
Afterwards I click the button to let Postman generate a collection based on the specs.
Is there any way to preserve the changes I’ve made in the previous generated collections, and apply them to the new one ?
Often i save examples, create new requests and mess with parameters, and I lose these changes when generating a collection with a new version of the API specs.
Thank you all