Skip to content

Commit e2c046b

Browse files
[Update OpenAPI] Merge openapi PROD: replace userIdForAuth query param with UserId on getInstitutionUsersByProduct (#372)
Co-authored-by: manuraf <[email protected]>
1 parent 71ba36b commit e2c046b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
}
368368
},
369369
{
370-
"name": "userIdForAuth",
370+
"name": "userId",
371371
"in": "query",
372372
"description": "User's unique identifier",
373373
"required": false,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
}
296296
},
297297
{
298-
"name": "userIdForAuth",
298+
"name": "userId",
299299
"in": "query",
300300
"description": "User's unique identifier",
301301
"required": false,

0 commit comments

Comments
 (0)