We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api-key
api_key
1 parent aba43bc commit a304b30Copy full SHA for a304b30
versions/3.1.1.md
@@ -563,7 +563,7 @@ my.org.User
563
"securitySchemes": {
564
"api_key": {
565
"type": "apiKey",
566
- "name": "api_key",
+ "name": "api-key",
567
"in": "header"
568
},
569
"petstore_auth": {
@@ -640,7 +640,7 @@ components:
640
securitySchemes:
641
api_key:
642
type: apiKey
643
- name: api_key
+ name: api-key
644
in: header
645
petstore_auth:
646
type: oauth2
@@ -3226,14 +3226,14 @@ scheme: basic
3226
```json
3227
{
3228
3229
3230
3231
}
3232
```
3233
3234
```yaml
3235
3236
-name: api_key
+name: api-key
3237
3238
3239
0 commit comments