Unfinished
This commit is contained in:
parent
18c6535d1c
commit
6b388729d9
25 changed files with 1598 additions and 2352 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue