Skip to content

Commit 163ce6a

Browse files
OAS Update
1 parent df50af2 commit 163ce6a

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

services/scf/v1/scf.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
"guid": {
8686
"$ref": "#/components/schemas/UserId"
8787
},
88+
"orgId": {
89+
"$ref": "#/components/schemas/OrgId"
90+
},
8891
"platformId": {
8992
"$ref": "#/components/schemas/PlatformId"
9093
},
@@ -113,7 +116,8 @@
113116
"region",
114117
"platformId",
115118
"createdAt",
116-
"updatedAt"
119+
"updatedAt",
120+
"orgId"
117121
],
118122
"type": "object"
119123
},
@@ -300,6 +304,24 @@
300304
],
301305
"type": "object"
302306
},
307+
"OrganizationCreateBffResponse": {
308+
"properties": {
309+
"org": {
310+
"$ref": "#/components/schemas/OrganizationCreateResponse"
311+
},
312+
"roles": {
313+
"additionalProperties": {
314+
"$ref": "#/components/schemas/OrgRoleResponse"
315+
},
316+
"type": "object"
317+
}
318+
},
319+
"required": [
320+
"org",
321+
"roles"
322+
],
323+
"type": "object"
324+
},
303325
"OrganizationCreateResponse": {
304326
"properties": {
305327
"guid": {
@@ -831,6 +853,24 @@
831853
],
832854
"type": "object"
833855
},
856+
"SpaceCreatedBffResponse": {
857+
"properties": {
858+
"orgRole": {
859+
"$ref": "#/components/schemas/OrgRoleResponse"
860+
},
861+
"space": {
862+
"$ref": "#/components/schemas/Space"
863+
},
864+
"spaceRole": {
865+
"$ref": "#/components/schemas/SpaceRoleCreateResponse"
866+
}
867+
},
868+
"required": [
869+
"space",
870+
"spaceRole"
871+
],
872+
"type": "object"
873+
},
834874
"SpaceDeleteResponse": {
835875
"properties": {
836876
"message": {

0 commit comments

Comments
 (0)