From 31b06b04db63297b9305a4218cbe080af28ee76b Mon Sep 17 00:00:00 2001 From: Kavindu Dodanduwa Date: Tue, 25 Jun 2024 11:47:01 -0700 Subject: [PATCH] make flags property mandatory for bulk evaluation success response Signed-off-by: Kavindu Dodanduwa --- service/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/openapi.yaml b/service/openapi.yaml index cbda1b2..6433059 100644 --- a/service/openapi.yaml +++ b/service/openapi.yaml @@ -198,6 +198,8 @@ components: bulkEvaluationSuccess: description: Success response for the bulk evaluation request type: object + required: + - flags properties: flags: type: array