Base solution for your next web application
Open Closed

Adding Swagger Summary & Remarks #10792


User avatar
0
shridhar.mole created

I'm trying to add API summary & remarks to Swagger and have followed this URL from microsoft.

I'm not able to see any summary or remarks on the Swagger UI, Kindly suggest.

  • Product version is 10.3.
  • Product type is Angular.
  • Product framework type is .net core.
  • Currently using the default theme.

3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Did you set "Swagger:ShowSummaries" to true in the appsettings.json file ?

  • User Avatar
    0
    shridhar.mole created

    Hi,

    Thanks for your reply. No it wasn't there, but even after setting it no luck. I can you share some link or documentation to refer?

  • User Avatar
    0
    musa.demir created

    Hi shridhar.mole

    It is implemented in the v10.4. You can check the implementation here and implement it yourself. https://github.com/aspnetzero/aspnet-zero-core/pull/3889