Skip to content

Commit e6b9ce1

Browse files
atrakhConvex, Inc.
authored andcommitted
Include prod and dev deployments in big brain API responses (#40761)
GitOrigin-RevId: 45a5cbaf7c1a6308803856cd6582dcb562973364
1 parent d6f7f71 commit e6b9ce1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

management-openapi.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
"type": "integer",
8282
"format": "int64"
8383
},
84+
"devDeploymentName": {
85+
"type": [
86+
"string",
87+
"null"
88+
]
89+
},
8490
"id": {
8591
"$ref": "#/components/schemas/ProjectId"
8692
},
@@ -90,6 +96,12 @@
9096
"name": {
9197
"$ref": "#/components/schemas/ProjectName"
9298
},
99+
"prodDeploymentName": {
100+
"type": [
101+
"string",
102+
"null"
103+
]
104+
},
93105
"slug": {
94106
"$ref": "#/components/schemas/ProjectSlug"
95107
},

0 commit comments

Comments
 (0)