Instead of importing swagger file through SmartDocs in dev portal, then publishing and rendering, is there any other better way for publishing APIs ?
Can we define some API proxy, where we can post all swagger contents, then publish and render automatically?
I do not mean:
I mean, once swagger docs are uploaded to DEV PORTAL, there is process of rendering and publishing them. Can we do that "Rendering and Publishing" part through an API call?
Thanks,