How to define securityDefinitions for a path api_key
Hi I have a rest service like this: /{api_key}/search?id=1 I would like to define in swagger yaml thesecurityDefinitions for it But it allows only "header" or "query" for api_key. No way to set "path" is this possible? ThanksSolved1.8KViews0likes2Comments