I want the swagger to be generated every time I open a page with it. And I want the description of the data to be loaded from another microservice. Are there ways to do so?
What I've done so far is when the swagger decorators are initialized, they get data from another service, but this works synchronously and only before the applications start.