Updated Security Schema
This commit is contained in:
@@ -2942,6 +2942,12 @@
|
||||
"in": "header",
|
||||
"name": "appID",
|
||||
"description": "API Key authentication method is implemented. Each request should contain appID and apiKey headers."
|
||||
},
|
||||
"apiKeySecret": {
|
||||
"type": "apiKey",
|
||||
"in": "header",
|
||||
"name": "apiKey",
|
||||
"description": "API Key Secret authentication method is implemented. Must be used together with appID."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user