ContributionsMost RecentMost LikesSolutionsRe: Why am I getting this extra post option here? See image Ahh, thanks for the explanation on all this. Definitely helps with some of my confusion. Re: Why am I getting this extra post option here? See image Thanks Ron. I had a theroy and looks like I'm correct. Because the controller only had one method it was doing that. As soon as I added a second method the extra one went away. So you'll have to fill me in here. Smartbear is just producing tools and specifications of what Swagger is/does and it's open source groups producing implementations of that as Nuget packages. Swagger-net is not really Smartbear just like Swashbuckle isn't. Am I understanding correctly? Re: Why am I getting this extra post option here? See image I've switched to https://github.com/heldersepu/Swagger-Net to see if I have better luck. While it changed the look some my questions still exist so I'm guessing I would need to ask that team then. Re: Why am I getting this extra post option here? See image So to use Swagger in my project is there a better way or should I just get with the Swashbuckle community? Re: Exclude Operation Filter from some methods Again thank you, Ron, and again I apologize for posting this in the wrong location as you saw in my other thread, yes this is Swashbuckle it's the path Google lead me down when I looked up how to add Swagger to my project. Re: Why am I getting this extra post option here? See image Thanks, Ron. Yes, I'm new to swagger. When I clicked on getting community help from swagger.io this is where I ended up and being new I was not sure where to post questions so I apologize if I've posted twice now in the wrong location. This is a VS 2017 C# Web API .NET Framework project with .NET 4.7.2 Yes, it's with Swashbuckler as when I looked around to how to install Swagger in my project that's the path Google led me down. If you have a better reference on what I need to do here I'm open to it. Thanks for your help. Why am I getting this extra post option here? See image So I do have the Authenticate method but the blank one where is that coming from? My other controlers don't have that happening to them. Exclude Operation Filter from some methods I'm using the IOperationFilter to add a header variable to swagger for all methods which works great so I don't have to do it for each one but is there a way to exclude it from a couple of methods?