You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When first entering the official editor swagger with provided url querystring that supposed to load our open api data, it loads fine. HOWEVER if you were to make changes in the editor, and then try to enter the same url again, it doesn't dispose the changes. As well if we update our API data, and you would enter the URL again, it wont update content. So users are stuck with the first loaded content until they manually reload it using File>Load URL.
Q&A (please complete the following information)
Describe the bug you're encountering
When first entering the official editor swagger with provided url querystring that supposed to load our open api data, it loads fine. HOWEVER if you were to make changes in the editor, and then try to enter the same url again, it doesn't dispose the changes. As well if we update our API data, and you would enter the URL again, it wont update content. So users are stuck with the first loaded content until they manually reload it using File>Load URL.
To reproduce...
Steps to reproduce the behavior:
Expected behavior
Every time you enter editor swagger with the specified api url in the query string, the editor should reload the api content.
Additional context or thoughts
This is super urgent because our customers are stuck with the old api documentation.
The text was updated successfully, but these errors were encountered: