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
Recent DiscussionsHow do I set up API testing workflows in ReadyAPI or SoapUI?Meenu Hinduja & Dheeraj Sudan : How can I get started with Swagger’s open source toolsJson and Xml example with inheritance
Related ContentSwagger - parameter not showing in Swagger-UISwagger - Parameter not renderingSwagger Editor and Supporting Services