Skip to content

Commit

Permalink
[Update OpenAPI] Merge openapi dev using openapi-merge-cli (#390)
Browse files Browse the repository at this point in the history
Co-authored-by: manuraf <12083207+manuraf@users.noreply.github.com>
  • Loading branch information
selfcare-github-bot and manuraf authored Oct 1, 2024
1 parent adfe943 commit 6c7c41b
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 6c7c41b

Please sign in to comment.