File tree Expand file tree Collapse file tree 1 file changed +41
-1
lines changed Expand file tree Collapse file tree 1 file changed +41
-1
lines changed Original file line number Diff line number Diff line change 85
85
"guid" : {
86
86
"$ref" : " #/components/schemas/UserId"
87
87
},
88
+ "orgId" : {
89
+ "$ref" : " #/components/schemas/OrgId"
90
+ },
88
91
"platformId" : {
89
92
"$ref" : " #/components/schemas/PlatformId"
90
93
},
113
116
" region" ,
114
117
" platformId" ,
115
118
" createdAt" ,
116
- " updatedAt"
119
+ " updatedAt" ,
120
+ " orgId"
117
121
],
118
122
"type" : " object"
119
123
},
300
304
],
301
305
"type" : " object"
302
306
},
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
+ },
303
325
"OrganizationCreateResponse" : {
304
326
"properties" : {
305
327
"guid" : {
831
853
],
832
854
"type" : " object"
833
855
},
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
+ },
834
874
"SpaceDeleteResponse" : {
835
875
"properties" : {
836
876
"message" : {
You can’t perform that action at this time.
0 commit comments