Skip to content

Commit fed0036

Browse files
committed
Gen openapi
1 parent 7bed81e commit fed0036

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openapi/openapiv2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5504,8 +5504,8 @@
55045504
"type": "string"
55055505
}
55065506
},
5507-
"description": "The workflow ID and optional run ID to reset to.\nThe current run will be terminated upon request even if it has a different run ID than the one provided in this\nrequest.",
5508-
"title": "The workflow ID and optional run ID to reset to.\nThe current run will be terminated upon request even if it has a different run ID than the one provided in this\nrequest."
5507+
"description": "The workflow ID and optional run ID to reset to.\nThe current run will be terminated even if it has a different run ID than the one provided in this\nrequest.",
5508+
"title": "The workflow ID and optional run ID to reset to.\nThe current run will be terminated even if it has a different run ID than the one provided in this\nrequest."
55095509
},
55105510
"reason": {
55115511
"type": "string"

openapi/openapiv3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7502,7 +7502,7 @@ components:
75027502
- $ref: '#/components/schemas/WorkflowExecution'
75037503
description: |-
75047504
The workflow ID and optional run ID to reset to.
7505-
The current run will be terminated upon request even if it has a different run ID than the one provided in this
7505+
The current run will be terminated even if it has a different run ID than the one provided in this
75067506
request.
75077507
reason:
75087508
type: string

0 commit comments

Comments
 (0)