5 references to Produces
CatalogService (2)
CatalogApi.cs (2)
49.Produces(404) 50.Produces(200, contentType: "image/jpeg");
Microsoft.AspNetCore.Routing (3)
Builder\OpenApiRouteHandlerBuilderExtensions.cs (3)
55return Produces(builder, statusCode, typeof(TResponse), contentType, additionalContentTypes); 109return Produces(builder, statusCode, typeof(ProblemDetails), contentType); 151return Produces(builder, statusCode, typeof(HttpValidationProblemDetails), contentType);