Skip to content

Commit 89f56bc

Browse files
Fixed openapi description
1 parent 533f8e8 commit 89f56bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/onboarding-cdc/src/main/openapi/onboarding_functions.json

+1
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@
518518
"FOR_APPROVE_GPU",
519519
"CONFIRMATION",
520520
"IMPORT",
521+
"IMPORT_AGGREGATION",
521522
"USERS",
522523
"USERS_IMPORT",
523524
"CONTRACT_REGISTRATION_AGGREGATOR",

apps/onboarding-ms/src/main/openapi/onboarding_functions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,8 @@
483483
"FOR_APPROVE_PT",
484484
"FOR_APPROVE_GPU",
485485
"CONFIRMATION",
486-
"IMPORT"
486+
"IMPORT",
487+
"IMPORT_AGGREGATION"
487488
],
488489
"type": "string"
489490
},

0 commit comments

Comments
 (0)