From 7fa29acf103fe634369813dbadff1f404b7732f3 Mon Sep 17 00:00:00 2001 From: wea_ondara Date: Tue, 28 May 2024 17:27:02 +0200 Subject: [PATCH] update open api --- swagger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger.json b/swagger.json index 62def3f..2c0edbd 100644 --- a/swagger.json +++ b/swagger.json @@ -947,7 +947,7 @@ "content": { "application/json": { "schema": { - "type": "boolean" + "$ref": "#/components/schemas/DiscordOnlineVmV1" } } } @@ -984,7 +984,7 @@ "content": { "application/json": { "schema": { - "type": "boolean" + "$ref": "#/components/schemas/DiscordReactoToChatVmV1" } } }