From 90d2f229472685dfbf2486ef067d935cc675acb0 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 19 Oct 2021 17:19:55 +0100 Subject: [PATCH] GET doesn't have a request body --- docs/api/DLUHC-CORE-Data.v1.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/api/DLUHC-CORE-Data.v1.json b/docs/api/DLUHC-CORE-Data.v1.json index bba441697..983660c37 100644 --- a/docs/api/DLUHC-CORE-Data.v1.json +++ b/docs/api/DLUHC-CORE-Data.v1.json @@ -45,16 +45,7 @@ "description": "application/json", "required": true } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Case-Log" - } - } - } - } + ] }, "patch": { "summary": "Update Case Log Information",