Implementing Swashbuckle/Swagger with .net Core 2 API I am now receiving the 500 error when accessing swagger.json:
NotSupportedException: Ambiguous HTTP
The Clean way could be using data annotation [NonAction] instead to set your method as protected.
[NonAction]