Forum Discussion

swaggerinmind's avatar
swaggerinmind
New Contributor
4 years ago
Solved

How we can display single API inside Swagger UI or Swagger Widget? Swagger Widget for Web available?

I am trying to create a Swagger API documentation like the attached screenshot. I have a swagger endpoint. I want to customize Swagger UI to display API document as follows:

 

 

 

How can I create this kind of documentation? Is there any product like Swagger Widget which I can put on webpages and try out Single APIs? I am using React, ASP.Net Core and Swasbuckle Core.

Pls let me know. Thanks in advance.

  • If I understand correctly, you goal is to customize SwaggerUI so that it looks like on attached screenshot? If yes, then the SwaggerUI has a plugginable API that allows you to modify how it renders your API.

2 Replies

  • If I understand correctly, you goal is to customize SwaggerUI so that it looks like on attached screenshot? If yes, then the SwaggerUI has a plugginable API that allows you to modify how it renders your API.

    • swaggerinmind's avatar
      swaggerinmind
      New Contributor

      Thank you Vladimír Gorej. Let me try this, I will get back to you.