From 6c8d4bde475ce49048278396cc2a6ba9eb15fff6 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Mon, 28 Apr 2025 20:27:47 +0200 Subject: [PATCH] rm request body from get --- api/openapi.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/api/openapi.json b/api/openapi.json index 317d12f..c42af6a 100644 --- a/api/openapi.json +++ b/api/openapi.json @@ -329,16 +329,6 @@ } } ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Message" - } - } - } - }, "responses": { "200": { "description": "Comments",