From 6932544797a3e247de17472f80282592954199c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Wed, 16 Jun 2021 01:08:34 +0200 Subject: [PATCH] Required event add body --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index 2096e7c..420a451 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -336,6 +336,7 @@ paths: summary: "Pridat udalost" operationId: createEvent requestBody: + required: true content: application/json: schema: -- GitLab