Skip to content

Commit

Permalink
[Update OpenAPI] Merge openapi PROD: replace userIdForAuth query para…
Browse files Browse the repository at this point in the history
…m with UserId on getInstitutionUsersByProduct (#372)

Co-authored-by: manuraf <[email protected]>
  • Loading branch information
selfcare-github-bot and manuraf authored Sep 19, 2024
1 parent 71ba36b commit e2c046b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/apim_v2/api/ms_internal_api/v1/openapi.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
}
},
{
"name": "userIdForAuth",
"name": "userId",
"in": "query",
"description": "User's unique identifier",
"required": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
}
},
{
"name": "userIdForAuth",
"name": "userId",
"in": "query",
"description": "User's unique identifier",
"required": false,
Expand Down

0 comments on commit e2c046b

Please sign in to comment.