Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 0bb0133 commit 5a96729Copy full SHA for 5a96729
Lowcoder-API-Service-API.json
@@ -48,7 +48,7 @@
48
],
49
"security": [
50
{
51
- "API Key": []
+ "bearerAuth": []
52
}
53
54
"paths": {
@@ -8361,13 +8361,11 @@
8361
8362
},
8363
"securitySchemes": {
8364
- "API Key": {
8365
- "type": "apiKey",
8366
- "description": "API Key Authentication with a Bearer token. Copy your API Key and prefix it here with 'Bearer ' (e.g. 'Bearer eyJhbGciO...'",
8367
- "name": "Authorization",
8368
- "in": "header",
+ "bearerAuth": {
+ "type": "http",
8369
"scheme": "bearer",
8370
- "bearerFormat": "JWT"
+ "bearerFormat": "JWT",
+ "description": "API Key Authentication with a Bearer token. Copy your API Key and prefix it here with 'Bearer ' (e.g. 'Bearer eyJhbGciO...'",
8371
8372
8373
0 commit comments