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
+2-21Lines changed: 2 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -10943,11 +10943,6 @@
10943
10943
"requestId": {
10944
10944
"type": "string",
10945
10945
"description": "A unique identifier for this create request for idempotence. Typically UUIDv4.\nIf a second request with the same ID is recieved, it is considered a successful no-op.\nRetrying with a different request ID for the same deployment name + build ID is an error."
10946
-
},
10947
-
"conflictToken": {
10948
-
"type": "string",
10949
-
"format": "byte",
10950
-
"description": "Optional. This value is returned so that it can be optionally passed to APIs\nthat write to the Worker Deployment state to ensure that the state\ndid not change between this API call and a future write."
10951
10946
}
10952
10947
},
10953
10948
"description": "Used to update the compute config of a Worker Deployment Version."
@@ -12643,14 +12638,7 @@
12643
12638
}
12644
12639
},
12645
12640
"v1CreateWorkerDeploymentVersionResponse": {
12646
-
"type": "object",
12647
-
"properties": {
12648
-
"conflictToken": {
12649
-
"type": "string",
12650
-
"format": "byte",
12651
-
"description": "This value is returned so that it can be optionally passed to APIs that\nwrite to the WorkerDeployment state to ensure that the state did not\nchange between this API call and a future write."
"description": "This value is returned so that it can be optionally passed to APIs that\nwrite to the WorkerDeployment state to ensure that the state did not\nchange between this API call and a future write."
0 commit comments