I'm writing API documentation for my application using Swagger 3.0. My application has some apis that include some middlewares. I want to describe that which api has the middlewares (like parameters or security tag)
Is that possible in swagger or is there any trick to display that?