From a6aa1bb4da36afd67b20556d5c95f663ebbf7123 Mon Sep 17 00:00:00 2001 From: "Plushnikov, Michail" Date: Wed, 8 Jan 2025 14:25:40 +0100 Subject: [PATCH] feat(RELTEC-11165): fix schema and used enum values --- api/openapi-v3-spec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/openapi-v3-spec.yaml b/api/openapi-v3-spec.yaml index 64446d0..24d545d 100644 --- a/api/openapi-v3-spec.yaml +++ b/api/openapi-v3-spec.yaml @@ -2046,6 +2046,7 @@ components: enum: - DEFAULT - SEMANTIC + - SNOW_AND_INCIDENTS requireSuccessfulBuilds: description: Set the required successful builds counter. type: integer @@ -2159,6 +2160,7 @@ components: enum: - DEFAULT - SEMANTIC + - SNOW_AND_INCIDENTS requireSuccessfulBuilds: description: Set the required successful builds counter. type: integer