chore: generate OpenAPI specification

This commit is contained in:
Revolt CI
2023-06-15 18:37:27 +00:00
parent 92f58566d9
commit 7245fe497e
+20 -1
View File
@@ -13,7 +13,7 @@
"name": "AGPLv3",
"url": "https://github.com/revoltchat/delta/blob/master/LICENSE"
},
"version": "0.6.2"
"version": "0.6.3"
},
"servers": [
{
@@ -7161,6 +7161,20 @@
}
}
},
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"DiscriminatorChangeRatelimited"
]
}
}
},
{
"type": "object",
"required": [
@@ -11443,6 +11457,7 @@
"type": "object",
"required": [
"_id",
"discriminator",
"username"
],
"properties": {
@@ -11454,6 +11469,10 @@
"description": "Username of the banned user",
"type": "string"
},
"discriminator": {
"description": "Discriminator of the banned user",
"type": "string"
},
"avatar": {
"description": "Avatar of the banned user",
"allOf": [