Discussions

Ask a Question
Back to All

How to show endpoint name as api title

I coded my endpoints with Name on c# and operationId set with "Example Name" on swagger.json

[HttpGet("test/{test}", Name="Example Name")]

But when i updated my documentation, still my endpoint shows with route test/{test} on the page.