Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pierpaolo.didato@emeal.nttdata.com authored and pierpaolo.didato@emeal.nttdata.com committed Mar 7, 2025
1 parent 0045c17 commit 8611974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/onboarding-ms/src/main/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down
2 changes: 2 additions & 0 deletions apps/onboarding-ms/src/main/docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8611974

Please sign in to comment.