Discussions
How to show endpoint name as api title
about 2 years ago by Emre Berk
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.