Skip to content

Commit de58794

Browse files
[Update OpenAPI] Merge openapi dev using openapi-merge-cli
1 parent bdb7006 commit de58794

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

infra/apim_v2/api/ms_internal_api/v1/openapi.dev.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
],
412412
"summary": "Get institution by institution taxCode",
413413
"description": "Get the company represented by taxCode of the institution passed as a parameter",
414-
"operationId": "institutionsPdndByDescriptionUsingGET",
414+
"operationId": "institutionPdndByTaxCodeUsingGET",
415415
"parameters": [
416416
{
417417
"name": "taxCode",
@@ -2192,10 +2192,10 @@
21922192
"mail3": {
21932193
"type": "string"
21942194
},
2195-
"cap": {
2195+
"uriprotocolloInformatico": {
21962196
"type": "string"
21972197
},
2198-
"uriprotocolloInformatico": {
2198+
"cap": {
21992199
"type": "string"
22002200
}
22012201
}

infra/apim_v2/apim.tf

+6
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,12 @@ module "apim_internal_api_ms_v1" {
513513
MS_BACKEND_URL = "https://selc-${var.env_short}-ext-api-backend-ca.${var.ca_suffix_dns_private_name}/v2/"
514514
})
515515
},
516+
{
517+
operation_id = "institutionPdndByTaxCodeUsingGET"
518+
xml_content = templatefile("./api/base_ms_url_policy.xml", {
519+
MS_BACKEND_URL = "https://selc-${var.env_short}-party-reg-proxy-ca.${var.ca_suffix_dns_private_name}/"
520+
})
521+
},
516522
{
517523
operation_id = "getFiles"
518524
xml_content = templatefile("./api/base_ms_url_policy.xml", {

0 commit comments

Comments
 (0)