Skip to content

Commit

Permalink
Update openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf authored and github-actions[bot] committed Oct 1, 2024
1 parent adfe943 commit dc9d10d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
13 changes: 2 additions & 11 deletions infra/apim_v2/api/ms_internal_api/v1/openapi.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@
"name": "role",
"in": "query",
"schema": {
"$ref": "#/components/schemas/PartyRole"
"description": "Available values: MANAGER, DELEGATE, SUB_DELEGATE, OPERATOR, ADMIN_EA",
"type": "string"
}
},
{
Expand Down Expand Up @@ -1194,16 +1195,6 @@
}
}
},
"PartyRole": {
"enum": [
"MANAGER",
"DELEGATE",
"SUB_DELEGATE",
"OPERATOR",
"ADMIN_EA"
],
"type": "string"
},
"OnboardedProductState": {
"enum": [
"ACTIVE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,8 @@
"global"
]
}
]
],
"x-legacy-api": "true"
}
},
"/onboarding/{onboardingId}/consume": {
Expand Down

0 comments on commit dc9d10d

Please sign in to comment.