Hey,
Iโm evaluating postman as a solution for our API docs and Iโve been using the import external API specification endpoint to import an open api spec. This creates the collection on the first import and works fine (although I still need to work out how to choose which workspace it sends to).
The issue I have is that we will be continuously updating the spec, and would need to update our docs (by making an API call as part of our deployment pipeline) and from what I can see, this would just keep creating a new collection.
Is there a way to update an existing collection using an open api file?
Thank you for any help,
Rob