Adding of additional types to swgger response

2018-02-26 Thread thebestffacceverseen
Hi all, I am working on the web api service with swagger which is based on web api controller. I've configurated swagger settings and able to generate json description of my web api controller. The generated json contains a description of my api controller actions including a response type

Re: Tags display format in the Swagger UI

2018-02-26 Thread Prabhu Balakrishnan
Thanks Ron, Is there any possibility to provide hyper links at least for all the API's listed. I have attached screenshot for your reference. On

Re: Tags display format in the Swagger UI

2018-02-26 Thread Ron Ratovsky
That’s an old version of the editor. The new version of the editor uses the same UI as swagger-ui. Right now we don’t offer display like that. From: on behalf of Prabhu Balakrishnan Reply-To:

Re: How to get Topbar to work with Swagger UI multiple urls configuration

2018-02-26 Thread Bob V
Had to update the swagger ui js packages to the most recent and it works. On Thursday, February 22, 2018 at 3:10:10 PM UTC-5, Bob V wrote: > > Hi > I've pulled the latest Swagger-UI, dated Feb 19, 2018. I want to use the > 'urls:' and 'urls.primaryName' configuration option. After building with

Tags display format in the Swagger UI

2018-02-26 Thread Prabhu Balakrishnan
Hi Everyone, I want to design the tag display in Swagger UI as like in Swagger editor format. I have attached snippet from Swagger editor. Is there any thing possible via through index.html of the swagger-ui-3.6.1. If anyone knows, Please let me know... Thanks in advance --

Import APIs built on .NET .SVC

2018-02-26 Thread Navneet Vats
Hi, I am technical writer dedicated to API documentation. I came across Swagger and its seems to be a good fit for documentation, keeping in mind its template based structured documentation. I would like to know whether it is possible to import my legacy APIs built in .NET . SVC to Swagger. If