File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 2121 "schema" : {
2222 "type" : " array" ,
2323 "items" : {
24- "$ref" : " #/components/schemas/Team "
24+ "$ref" : " #/components/schemas/TeamResponse "
2525 }
2626 }
2727 }
397397 "ReferralCode" : {
398398 "type" : " string"
399399 },
400- "Team" : {
400+ "TeamId" : {
401+ "type" : " integer" ,
402+ "format" : " int64" ,
403+ "minimum" : 0
404+ },
405+ "TeamName" : {
406+ "type" : " string"
407+ },
408+ "TeamResponse" : {
401409 "type" : " object" ,
402410 "required" : [
403411 " id" ,
445453 "slug" : {
446454 "$ref" : " #/components/schemas/TeamSlug"
447455 },
456+ "ssoLoginId" : {
457+ "type" : [
458+ " string" ,
459+ " null"
460+ ]
461+ },
448462 "suspended" : {
449463 "type" : " boolean"
450464 }
451465 }
452466 },
453- "TeamId" : {
454- "type" : " integer" ,
455- "format" : " int64" ,
456- "minimum" : 0
457- },
458- "TeamName" : {
459- "type" : " string"
460- },
461467 "TeamSlug" : {
462468 "type" : " string"
463469 }
You can’t perform that action at this time.
0 commit comments