Skip to content

Commit 5a96729

Browse files
committed
update /Lowcoder-API-Service-API.json
1 parent 0bb0133 commit 5a96729

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Lowcoder-API-Service-API.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"security": [
5050
{
51-
"API Key": []
51+
"bearerAuth": []
5252
}
5353
],
5454
"paths": {
@@ -8361,13 +8361,11 @@
83618361
}
83628362
},
83638363
"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",
8364+
"bearerAuth": {
8365+
"type": "http",
83698366
"scheme": "bearer",
8370-
"bearerFormat": "JWT"
8367+
"bearerFormat": "JWT",
8368+
"description": "API Key Authentication with a Bearer token. Copy your API Key and prefix it here with 'Bearer ' (e.g. 'Bearer eyJhbGciO...'",
83718369
}
83728370
}
83738371
},

0 commit comments

Comments
 (0)