From ee32aefdce17a7e6e0422178479775e2744a51a5 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Mon, 25 Nov 2024 22:35:28 +0200 Subject: [PATCH] request body required --- simple.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple.yaml b/simple.yaml index ce07e65..f78f5cc 100644 --- a/simple.yaml +++ b/simple.yaml @@ -43,7 +43,7 @@ paths: schema: $ref: '#/components/schemas/GroupView' description: Creates one project. - required: false + required: true responses: "200": content: