Skip to content

Commit ba301b8

Browse files
committed
fix: add missing security schema
1 parent 5c7a019 commit ba301b8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specs/competitions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@
3333
"type": "http",
3434
"scheme": "bearer",
3535
"description": "API key provided in the Authorization header using Bearer token authentication"
36+
},
37+
"AgentApiKey": {
38+
"type": "http",
39+
"scheme": "bearer",
40+
"description": "Agent API key provided in the Authorization header using Bearer token authentication"
41+
},
42+
"SIWESession": {
43+
"type": "apiKey",
44+
"in": "cookie",
45+
"name": "session",
46+
"description": "Session cookie authentication via SIWE (Sign-In with Ethereum)"
3647
}
3748
},
3849
"schemas": {

0 commit comments

Comments
 (0)