chore: generate OpenAPI specification

This commit is contained in:
Revolt CI
2024-06-23 18:45:53 +00:00
parent 272e63f7ce
commit 32c31fd509
+21 -1
View File
@@ -13,7 +13,7 @@
"name": "AGPLv3",
"url": "https://github.com/revoltchat/delta/blob/master/LICENSE"
},
"version": "0.7.8"
"version": "0.7.9"
},
"servers": [
{
@@ -5517,6 +5517,26 @@
}
}
},
{
"type": "object",
"required": [
"max",
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"TooManyPendingFriendRequests"
]
},
"max": {
"type": "integer",
"format": "uint",
"minimum": 0.0
}
}
},
{
"type": "object",
"required": [