You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
When I use standard controllers, the swagger documentation generates a request body examples from model (dto) classes. In case of MediatrEndpoints those body examples are not generated.
In the attached picture I can see Request body example
But in MediatR.Endpoints that schema is not generated.
How can I tell it to generate the Request body schema?
The text was updated successfully, but these errors were encountered:
Hi.
When I use standard controllers, the swagger documentation generates a request body examples from model (dto) classes. In case of MediatrEndpoints those body examples are not generated.
In the attached picture I can see Request body example
But in MediatR.Endpoints that schema is not generated.
How can I tell it to generate the Request body schema?
The text was updated successfully, but these errors were encountered: