Unfinished

This commit is contained in:
Aron Malcher 2024-02-18 22:02:52 +01:00
parent 18c6535d1c
commit 6b388729d9
Signed by: aronmal
GPG key ID: 816B7707426FC612
25 changed files with 1598 additions and 2352 deletions

View file

@ -36,7 +36,7 @@
},
"security": [
{
"api_key": []
"bot_token": []
}
]
}
@ -79,7 +79,7 @@
},
"security": [
{
"api_key": []
"bot_token": []
}
]
},
@ -113,7 +113,7 @@
},
"security": [
{
"api_key": []
"bot_token": []
}
]
}
@ -159,7 +159,7 @@
},
"security": [
{
"api_key": []
"bot_token": []
}
]
},
@ -203,7 +203,7 @@
},
"security": [
{
"api_key": []
"bot_token": []
}
]
}
@ -252,7 +252,7 @@
},
"security": [
{
"api_key": []
"bot_token": []
}
]
}
@ -308,7 +308,7 @@
},
"security": [
{
"api_key": []
"bot_token": []
}
]
}
@ -374,7 +374,7 @@
},
"security": [
{
"api_key": []
"bot_token": []
}
]
}
@ -390,9 +390,6 @@
"items": {
"$ref": "#/components/schemas/guildConfig"
}
},
"accessToken": {
"type": "string"
}
}
},
@ -536,10 +533,10 @@
}
},
"securitySchemes": {
"api_key": {
"type": "apiKey",
"name": "api_key",
"in": "header"
"bot_token": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT"
}
}
}