Refresh Collections imported via openapi link

Hello,
I have a FastAPI server that provides an openapi link out of the box that I can import into postman, which works fine.

My Problem is: If I update my Server then I have to delete my collection and import it again with the link.

I would like to have the option to simply refresh the collection if the collection was imported with a link.

Something like: Right click on collection โ†’ Refresh
This would compare the current collection with the source and would apply changes/differences of the source onto the collection, while preserving stuff like tests or other small things like request bodies if nothing changed structurally.

If you want to be really cool you can add some kind of periodic sync, but right now I would be happy with a simple refresh that would stop deleting and re-importing collections.

But maybe this feature exists but I was to dumb to find it.

Greetings

Eric