Skip to content

Commit

Permalink
fix(GPD): Update v3 version [PAGOPA-2479]
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Jan 8, 2025
1 parent 37b1ad6 commit 29bc4c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/domains/gps-app/04_apim_gpd_core.tf
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ module "apim_api_debt_positions_api_v3" {
display_name = local.apim_debt_positions_service_api.display_name
path = local.apim_debt_positions_service_api.path
protocols = ["https"]
service_url = local.apim_debt_positions_service_api.service_url
service_url = "${local.apim_debt_positions_service_api.service_url}/v3"

content_format = "openapi"
content_value = templatefile("./api/gpd_api/debt-position-services/v3/_openapi.json.tpl", {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"description" : "GPD Test environment"
}],
"paths" : {
"/v3/organizations/{organizationfiscalcode}/debtpositions/{iupd}" : {
"/organizations/{organizationfiscalcode}/debtpositions/{iupd}" : {
"get" : {
"tags" : [ "Debt Positions API: Installments and Payment Options Manager" ],
"summary" : "Return the details of a specific debt position.",
Expand Down Expand Up @@ -373,7 +373,7 @@
}
} ]
},
"/v3/organizations/{organizationfiscalcode}/debtpositions" : {
"/organizations/{organizationfiscalcode}/debtpositions" : {
"get" : {
"tags" : [ "Debt Positions API: Installments and Payment Options Manager" ],
"summary" : "Return the list of the organization debt positions. The due dates interval is mutually exclusive with the payment dates interval.",
Expand Down Expand Up @@ -685,7 +685,7 @@
}
} ]
},
"/v3/organizations/{organizationfiscalcode}/debtpositions/{iupd}/publish" : {
"/organizations/{organizationfiscalcode}/debtpositions/{iupd}/publish" : {
"post" : {
"tags" : [ "Debt Position Actions API" ],
"summary" : "The Organization publish a debt Position.",
Expand Down

0 comments on commit 29bc4c0

Please sign in to comment.