How to Exclude Some Methods using Operation Filter
Hi, I am using asp.net core with swashbuckle and I add a custom header which works on each method, now I want to exclude some methods that don't need custom header. Is this possible? I saw this thr...