diff --git a/OpenAPI.json b/OpenAPI.json index 9068e4c..74c6dea 100644 --- a/OpenAPI.json +++ b/OpenAPI.json @@ -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": [