Simple configuration of application
Added an endpoint with id parameter
parameter id is not showed in swagger
I'am working with FastEndPoints 5.23.0 What could be the issue? I've followed the documentation (https://dev.fastendpoints-doc-site.pages.dev/docs/model-binding#from-route-parameters)
your swagger middleware setup is wrong.
fastendpoints uses nswag and doesn't support swashbucke, which i believe is what you're trying with.