-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
In the Designer you can start with an OpenAPI file on disk. My OpenAPI spec gets generated dynamically in my JAX-RS app. You go to http://localhost:8081/api/openapi to get it.
When I make an API change in my app I have to regenerate the file, save it to disk and re-import it into Designer. This is a headache.
Describe the solution you'd like
It would be better if Designer just kept a reference to the URL and would let me refresh it by hitting a button.
Then I could go to the debug page and test endpoints easily.
Reactions are currently unavailable