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 8585 "guid" : {
8686 "$ref" : " #/components/schemas/UserId"
8787 },
88+ "orgId" : {
89+ "$ref" : " #/components/schemas/OrgId"
90+ },
8891 "platformId" : {
8992 "$ref" : " #/components/schemas/PlatformId"
9093 },
113116 " region" ,
114117 " platformId" ,
115118 " createdAt" ,
116- " updatedAt"
119+ " updatedAt" ,
120+ " orgId"
117121 ],
118122 "type" : " object"
119123 },
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" : {
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" : {
You can’t perform that action at this time.
0 commit comments