chore: generate OpenAPI specification

This commit is contained in:
Revolt CI
2023-02-23 17:24:00 +00:00
parent fcd2909c18
commit 211c17f723
+1 -37
View File
@@ -13,7 +13,7 @@
"name": "AGPLv3",
"url": "https://github.com/revoltchat/delta/blob/master/LICENSE"
},
"version": "0.5.8"
"version": "0.5.9"
},
"servers": [
{
@@ -3696,42 +3696,6 @@
]
}
},
"/ci/test": {
"post": {
"summary": "Ignore this entry",
"operationId": "report_content_report_content",
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/DataReportContent"
}
}
},
"required": true
},
"responses": {
"default": {
"description": "An error occurred.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Error"
}
}
}
},
"200": {
"description": ""
}
},
"security": [
{
"Session Token": []
}
]
}
},
"/auth/account/create": {
"post": {
"tags": [