From 3e94333922e545e9defa21d2d5b7087d89f6996f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C5=BEbeta=20Hajn=C3=A1?= <xhajna@fi.muni.cz>
Date: Tue, 9 May 2023 09:43:37 +0200
Subject: [PATCH] fix(notification): component type uppercase, now able to
 notify from core by post request

---
 notification/openapi.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/notification/openapi.yaml b/notification/openapi.yaml
index 975d5f7..b212e96 100644
--- a/notification/openapi.yaml
+++ b/notification/openapi.yaml
@@ -82,10 +82,10 @@ components:
       type: string
       description: Type of a component
       enum:
-        - chassis
-        - engine
-        - frontWing
-        - suspension
+        - CHASSIS
+        - ENGINE
+        - FRONTWING
+        - SUSPENSION
     CarComponentDto:
       type: object
       title: Component
-- 
GitLab