swaggerswagger-ui

Why is Swagger UI not showing my endpoint with a specific name?


I have a mysterious behaviour in Swagger UI

When I name an endpoint "IDCard" it is not showing up in Swagger UI (the endpoint IS callable through Postman though!):

enter image description here enter image description here

enter image description here

However, if I name it "IDCar" or "IDCarod" it IS showing up:

enter image description here enter image description here

enter image description here enter image description here

Does anyone have a clue here what this could be? Are there any Swagger log files I can check?

Thank you in advance!


Solution

  • Found the solution. There was an IDocumentFilter that removed the path.