You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/openapiv2.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9239,7 +9239,7 @@
9239
9239
"properties": {
9240
9240
"computeConfig": {
9241
9241
"$ref": "#/definitions/v1ComputeConfig",
9242
-
"description": "Optional. Contains the new worker compute configuration for the Worker\nDeployment. Used as the default compute configuration for new Worker\nDeployment Versions created for this Worker Deployment."
9242
+
"description": "Optional. Contains the new worker compute configuration for the Worker\nDeployment. Used for worker scale management."
9243
9243
},
9244
9244
"identity": {
9245
9245
"type": "string",
@@ -13055,6 +13055,10 @@
13055
13055
"nexus": {
13056
13056
"type": "boolean",
13057
13057
"description": "True if the server supports Nexus operations.\nThis flag is dependent both on server version and for Nexus to be enabled via server configuration."
13058
+
},
13059
+
"serverlessDeployments": {
13060
+
"type": "boolean",
13061
+
"description": "True if the server supports serverless deployments.\nThis flag is dependent both on server version and for serverless deployments\nto be enabled via server configuration."
0 commit comments