Skip to content

Commit

Permalink
Update apim infra with SELC-5032, SELC-5033, SELC-5088 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf authored Jul 3, 2024
1 parent cec1369 commit 1b0c98c
Show file tree
Hide file tree
Showing 9 changed files with 395 additions and 418 deletions.
15 changes: 10 additions & 5 deletions infra/apim_v2/api/ms_external_api/v2/open-api.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ paths:
tags:
- support
summary: sendSupportRequest
description: Service to retrieve Support contact's form
deprecated: true
description: Service to retrieve Support contact's form. It is deprecated because is no longer used
operationId: sendSupportRequestUsingPOST
requestBody:
content:
Expand Down Expand Up @@ -110,7 +111,8 @@ paths:
tags:
- institutions
summary: getInstitutionsByGeoTaxonomies
description: The service retrieves all the institutions based on given a list of geotax ids and a searchMode
deprecated: true
description: The service retrieves all the institutions based on given a list of geotax ids and a searchMode. It is deprecated because is no longer used
operationId: getInstitutionsByGeoTaxonomiesUsingGET
parameters:
- name: geoTaxonomies
Expand Down Expand Up @@ -230,7 +232,8 @@ paths:
tags:
- institutions
summary: getInstitutionGeographicTaxonomies
description: The service retrieve the institution's geographic taxonomy
deprecated: true
description: The service retrieve the institution's geographic taxonomy. It is deprecated in favor of endpoint /institutions/{institutionId}
operationId: getInstitutionGeographicTaxonomiesUsingGET
parameters:
- name: institutionId
Expand Down Expand Up @@ -288,7 +291,8 @@ paths:
tags:
- institutions
summary: getInstitutions
description: The service retrieves all the onboarded institutions related to the provided user and the product retrieved from Subscription Key
deprecated: true
description: The service retrieves all the onboarded institutions related to the provided user and the product retrieved from Subscription Key. It is deprecated in favor of endpoint /users?institutionId={institutionId}
operationId: getInstitutionsUsingGET
parameters:
- name: userIdForAuth
Expand Down Expand Up @@ -656,7 +660,8 @@ paths:
tags:
- product
summary: getProduct
description: The service retrieves Product information related to Subscription Key
deprecated: true
description: The service retrieves Product information related to Subscription Key. It is deprecated because is no longer used
operationId: getProductUsingGET
parameters:
- name: institutionType
Expand Down
Loading

0 comments on commit 1b0c98c

Please sign in to comment.