psychomonkey911New Contributor3 years agoSwagger supports adding a Header parameter for 1 method i have method with attribute [Authorize("AtLeast21")] builder.Services.AddAuthorization(options => { options.AddPolicy("AtLeast21", policy => policy.Requirements.Add(new Minimum...Show More
Related ContentSwagger - parameter not showing in Swagger-UISwagger - Parameter not renderingSwagger Editor and Supporting ServicesHow to remove/hide body parameter from Swagger UI in file upload APISwagger creating the query parameters: products[i][sku]
Recent DiscussionsRecursive schemas and contributions to swagger-uiAvoid caching AnnotationIntrospector to support custom module loading. Issue: #4744openapi.yaml valid in swagger editor, but won't show fields locallySolvedDoes OpenAPI 3 allow multiple GET operations starting with same name?Defining two api spec under one function