acacode / acacode/swagger-typescript-api
Security scheme with apiKey in query parameter
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 4.1k
- Forks
- 436
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to pass an API key as a query parameter as in this example OpenAPI snippet?
```
{
"openapi": "3.0.0",
"components": {
"securitySchemes": {
"api_key": {
"type": "apiKey",
"in": "query",
"name": "api_key",
}
},
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.