Reputation: 560
I want to use swagger that already deployed in the server. in most tutorials I saw that they used link from swagger header but I don't have it.
using link (http://95.216.161.15:30400/api-docs/) tab link
will return this:
Error while importing: format not recognized
I saw this answer that says I can use swagger-ui-init.js
for extracting JSON from in it.
Now I have this
when I importing It as OpenAPI it will return this:
Error while importing: format not recognized
what should I do to fix this issue?
Upvotes: 0
Views: 950