By default SwashBuckle, doesn’t handle overloaded controller methods very well. A solution is the usage of an OperationFilter that changes the operationname in the UI:
Next step is to add this OperationFilter to your Swagger configuration:
By default SwashBuckle, doesn’t handle overloaded controller methods very well. A solution is the usage of an OperationFilter that changes the operationname in the UI:
Next step is to add this OperationFilter to your Swagger configuration: