Updated Security Schema

This commit is contained in:
Azeez Muibi
2025-03-19 18:36:12 +01:00
parent 3d78985019
commit 6ba88a4554
+6
View File
@@ -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."
}
}
}