Closed efqz11 closed 4 months ago
If the example is in the swagger.json, then it's not a bug with this library. If it's not being displayed, then that is a bug with Swagger-UI.
I did a quick search and I can see someone else was having the same problem over here: https://github.com/swagger-api/swagger-ui/issues/8494
Closing this issue, is it sounds like it's a bug with Swagger-UI.
Isn't it possible to create request examples for API endpoint with [FromForm] attribute?
What I would like to create a request example for a controller method with the following signature:
Request Modal:
Example Provider
In program.cs
With these configurations, in UI parameters are still empty.
In swagger.json file, it is observed example definition here
Also tried with operationFilter
Unfortunately the same, without generating request examples
Thanks a lot in advance!