From 8611974f148d641da62e025abc3ed7d3f6eb8c38 Mon Sep 17 00:00:00 2001 From: "pierpaolo.didato@emeal.nttdata.com" Date: Fri, 7 Mar 2025 12:32:26 +0100 Subject: [PATCH] Updates --- apps/onboarding-ms/src/main/docs/openapi.json | 1 + apps/onboarding-ms/src/main/docs/openapi.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/apps/onboarding-ms/src/main/docs/openapi.json b/apps/onboarding-ms/src/main/docs/openapi.json index be2c9c65..dcdb075a 100644 --- a/apps/onboarding-ms/src/main/docs/openapi.json +++ b/apps/onboarding-ms/src/main/docs/openapi.json @@ -287,6 +287,7 @@ "post" : { "tags" : [ "Institution Controller" ], "summary" : "Retrieve list of institutions given ids in input.", + "description" : "Retrieve list of institutions given ids in input. If list in input is nullor empty, a bad request exception is thrown", "operationId" : "getInstitutions", "requestBody" : { "content" : { diff --git a/apps/onboarding-ms/src/main/docs/openapi.yaml b/apps/onboarding-ms/src/main/docs/openapi.yaml index 569fa0a4..62677a55 100644 --- a/apps/onboarding-ms/src/main/docs/openapi.yaml +++ b/apps/onboarding-ms/src/main/docs/openapi.yaml @@ -211,6 +211,8 @@ paths: tags: - Institution Controller summary: Retrieve list of institutions given ids in input. + description: "Retrieve list of institutions given ids in input. If list in input\ + \ is nullor empty, a bad request exception is thrown" operationId: getInstitutions requestBody: content: