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 5c7a019 commit ba301b8Copy full SHA for ba301b8
specs/competitions.json
@@ -33,6 +33,17 @@
33
"type": "http",
34
"scheme": "bearer",
35
"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)"
47
}
48
},
49
"schemas": {
0 commit comments