I'm currently getting that error when uploading a .json Swagger file into Power Apps. The security definitions look like this -
"securityDefinitions": {
"api_key": {
"type": "apiKey",
"name": "Authorization",
"in": "header"
}
}
And I'm referencing it like this -
"security": [
{
"api_key": []
}
]
Any idea what is going wrong? When I tried to upload Swagger's Pet store file it gave the same error, but not the Twitter example. The only difference is oath vs apikey. I need apikey to work.

Report
All responses (
Answers (