Skip to content

Commit

Permalink
[Update OpenAPI] Merge openapi uat using openapi-merge-cli (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: manuraf <[email protected]>
  • Loading branch information
selfcare-github-bot and manuraf authored Sep 6, 2024
1 parent 8707c1d commit 3d3e1c9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions infra/apim_v2/api/ms_internal_api/v1/openapi.uat.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,14 @@
"name": "productId",
"in": "query",
"description": "Product's unique identifier",
"required": true,
"required": false,
"style": "form",
"schema": {
"type": "string"
}
},
{
"name": "userId",
"name": "userIdForAuth",
"in": "query",
"description": "User's unique identifier",
"required": false,
Expand All @@ -379,7 +379,7 @@
{
"name": "productRoles",
"in": "query",
"description": "User's roles in product",
"description": "Specific role of the user related to the product.",
"required": false,
"style": "form",
"explode": true,
Expand Down Expand Up @@ -1266,6 +1266,7 @@
"type": "string",
"description": "User's role",
"enum": [
"ADMIN_EA",
"DELEGATE",
"MANAGER",
"OPERATOR",
Expand Down Expand Up @@ -1327,6 +1328,7 @@
"GSP",
"PA",
"PG",
"PRV",
"PSP",
"PT",
"REC",
Expand Down Expand Up @@ -1584,6 +1586,7 @@
"type": "string",
"description": "User's role",
"enum": [
"ADMIN_EA",
"DELEGATE",
"MANAGER",
"OPERATOR",
Expand Down Expand Up @@ -1629,6 +1632,7 @@
"role": {
"type": "string",
"enum": [
"ADMIN_EA",
"DELEGATE",
"MANAGER",
"OPERATOR",
Expand Down Expand Up @@ -1709,6 +1713,7 @@
"GSP",
"PA",
"PG",
"PRV",
"PSP",
"PT",
"REC",
Expand Down Expand Up @@ -1858,6 +1863,7 @@
"role": {
"type": "string",
"enum": [
"ADMIN_EA",
"DELEGATE",
"MANAGER",
"OPERATOR",
Expand Down

0 comments on commit 3d3e1c9

Please sign in to comment.