From 211c17f723166a92bc06f324b636a96a697cbf8e Mon Sep 17 00:00:00 2001 From: Revolt CI Date: Thu, 23 Feb 2023 17:24:00 +0000 Subject: [PATCH] chore: generate OpenAPI specification --- OpenAPI.json | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) 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": [