Skip to content

Commit 850079a

Browse files
[Update OpenAPI] Merge openapi dev using openapi-merge-cli (#986)
1 parent 7af5ae1 commit 850079a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@
118118
"schema": {
119119
"type": "string"
120120
}
121+
},
122+
{
123+
"name": "productId",
124+
"in": "query",
125+
"description": "productId",
126+
"required": false,
127+
"style": "form",
128+
"schema": {
129+
"type": "string"
130+
}
121131
}
122132
],
123133
"responses": {

infra/apim_v2/api_pnpg/external_api_for_pnpg/v2/openapi.dev.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
"schema": {
4444
"type": "string"
4545
}
46+
},
47+
{
48+
"name": "productId",
49+
"in": "query",
50+
"description": "productId",
51+
"required": false,
52+
"style": "form",
53+
"schema": {
54+
"type": "string"
55+
}
4656
}
4757
],
4858
"responses": {

0 commit comments

Comments
 (0)