Closed icnocop closed 1 year ago
Hi.
Thank you for NSwag.Examples.
My API endpoints are explicitly decorated with [SwaggerRequestExample] and [SwaggerResponseExample] using https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters.
[SwaggerRequestExample]
[SwaggerResponseExample]
The ability to specify one or more examples specific to each endpoint is the ideal approach to generate the desired results in the OpenAPI spec and swagger UI.
Thank you.
Hi, Thanks for the request, I will look into it during the week.
I opened PR #9 for your feedback.
Requested feature added in 1.0.9 release. I have closed the PR #9.
Hi.
Thank you for NSwag.Examples.
My API endpoints are explicitly decorated with
[SwaggerRequestExample]
and[SwaggerResponseExample]
using https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters.The ability to specify one or more examples specific to each endpoint is the ideal approach to generate the desired results in the OpenAPI spec and swagger UI.
Thank you.