Skip to content

Commit

Permalink
[SELC-5930] feat: added selfcare-ms-party-registry-proxy to internal …
Browse files Browse the repository at this point in the history
…openapi_merg… (#483)
  • Loading branch information
gianmarcoplutino authored Nov 6, 2024
1 parent beae23a commit 1f5f03b
Showing 1 changed file with 48 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,35 +1,51 @@
{
"inputs": [
{
"description": {
"append":true
},
"inputFile": "./openapi_template.json"
},
{
"inputFile": "../../../../../../src/main/resources/swagger/api-docs.json",
"operationSelection": {
"includeTags": ["internal-v1"]
}
},
{
"inputFile": "../../../../../../../docs/pagopa/selfcare-institution-ms/openapi.json",
"operationSelection": {
"includeTags": ["internal-v1"]
}
"inputs": [
{
"description": {
"append": true
},
{
"inputFile": "../../../../../../../docs/pagopa/selfcare-user-ms/openapi.json",
"operationSelection": {
"includeTags": ["internal-v1"]
}
},
{
"inputFile": "../../../../../../../docs/pagopa/selfcare-onboarding-ms/openapi.json",
"operationSelection": {
"includeTags": ["internal-v1"]
}
"inputFile": "./openapi_template.json"
},
{
"inputFile": "../../../../../../src/main/resources/swagger/api-docs.json",
"operationSelection": {
"includeTags": [
"internal-v1"
]
}
},
{
"inputFile": "../../../../../../../docs/pagopa/selfcare-institution-ms/openapi.json",
"operationSelection": {
"includeTags": [
"internal-v1"
]
}
},
{
"inputFile": "../../../../../../../docs/pagopa/selfcare-user-ms/openapi.json",
"operationSelection": {
"includeTags": [
"internal-v1"
]
}
},
{
"inputFile": "../../../../../../../docs/pagopa/selfcare-ms-party-registry-proxy/openapi.json",
"operationSelection": {
"includeTags": [
"internal-v1"
]
}
},
{
"inputFile": "../../../../../../../docs/pagopa/selfcare-onboarding-ms/openapi.json",
"operationSelection": {
"includeTags": [
"internal-v1"
]
}
],
"output": "../openapi.json"
}
}
],
"output": "../openapi.json"
}

0 comments on commit 1f5f03b

Please sign in to comment.