Solved
Forum Discussion
2 Replies
- HKosova
Alumni
You can describe such an API key as a regular path parameter. It will not be part of
securityDefinitions
.- Luke76New Contributor
thanks
Hi
I have a rest service like this:
/{api_key}/search?id=1
I would like to define in swagger yaml the securityDefinitions for it
But it allows only "header" or "query" for api_key. No way to set "path"
is this possible?
Thanks
thanks
You can describe such an API key as a regular path parameter. It will not be part of securityDefinitions
.
thanks