Skip to content

Commit e1220c0

Browse files
atrakhConvex, Inc.
authored andcommitted
Update generated API to always use TeamResponse (#43033)
The generated API currently has Team and TeamResponse, where TeamResponse is a superset of Team. Let's consolidate. Also adds managedByUrl to TeamResponse which is the URL to the integration managing the Convex team GitOrigin-RevId: 157646f7f5379430924cee6ad97dd60e743de877
1 parent f363340 commit e1220c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

management-openapi.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,12 @@
444444
}
445445
]
446446
},
447+
"managedByUrl": {
448+
"type": [
449+
"string",
450+
"null"
451+
]
452+
},
447453
"name": {
448454
"$ref": "#/components/schemas/TeamName"
449455
},

0 commit comments

Comments
 (0)