From 89f56bceae7a81a06c8fc17216b96ab2f4359b1e Mon Sep 17 00:00:00 2001 From: Giampiero Ferrara Date: Mon, 20 Jan 2025 11:38:52 +0100 Subject: [PATCH] Fixed openapi description --- apps/onboarding-cdc/src/main/openapi/onboarding_functions.json | 1 + apps/onboarding-ms/src/main/openapi/onboarding_functions.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json b/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json index 48caf7a95..ecef61d09 100644 --- a/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json +++ b/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json @@ -518,6 +518,7 @@ "FOR_APPROVE_GPU", "CONFIRMATION", "IMPORT", + "IMPORT_AGGREGATION", "USERS", "USERS_IMPORT", "CONTRACT_REGISTRATION_AGGREGATOR", diff --git a/apps/onboarding-ms/src/main/openapi/onboarding_functions.json b/apps/onboarding-ms/src/main/openapi/onboarding_functions.json index a5b5946b0..b58258f4b 100644 --- a/apps/onboarding-ms/src/main/openapi/onboarding_functions.json +++ b/apps/onboarding-ms/src/main/openapi/onboarding_functions.json @@ -483,7 +483,8 @@ "FOR_APPROVE_PT", "FOR_APPROVE_GPU", "CONFIRMATION", - "IMPORT" + "IMPORT", + "IMPORT_AGGREGATION" ], "type": "string" },