Skip to content

Commit

Permalink
[Update OpenAPI] Merge openapi: migrate created-at INTERNAL UAT (#411)
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 Oct 7, 2024
1 parent 6915705 commit 6f065b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
15 changes: 3 additions & 12 deletions infra/apim_v2/api/ms_internal_api/v1/openapi.uat.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
]
}
},
"/institutions/{institutionId}/createdAt": {
"/institutions/{institutionId}/created-at": {
"put": {
"tags": [
"Institution"
Expand Down 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 @@ -1622,6 +1622,10 @@
"type": "string",
"description": "The specific role of the user related to the product."
},
"productRoleLabel": {
"type": "string",
"description": "The specific role label of the user related to the product."
},
"role": {
"type": "string",
"description": "Available values: MANAGER, DELEGATE, SUB_DELEGATE, OPERATOR, ADMIN_EA"
Expand Down

0 comments on commit 6f065b1

Please sign in to comment.