Skip to content

Commit bbac65a

Browse files
committed
regen api
1 parent a3d77b8 commit bbac65a

2 files changed

Lines changed: 16 additions & 25 deletions

File tree

openapi/openapiv2.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11633,7 +11633,7 @@
1163311633
"properties": {
1163411634
"runId": {
1163511635
"type": "string",
11636-
"description": "Run ID of the workflow or standalone activity. If empty, targets the latest run.\nFor standalone activities, specify a run ID to avoid retrying a different\nexecution when the activity ID is reused."
11636+
"description": "Run ID of the workflow or standalone activity. If empty, targets the latest run."
1163711637
},
1163811638
"identity": {
1163911639
"type": "string",
@@ -11649,7 +11649,7 @@
1164911649
},
1165011650
"requestId": {
1165111651
"type": "string",
11652-
"description": "Used to de-dupe pause requests within the targeted execution."
11652+
"description": "Used to de-dupe pause requests."
1165311653
}
1165411654
}
1165511655
},
@@ -11897,7 +11897,7 @@
1189711897
"properties": {
1189811898
"runId": {
1189911899
"type": "string",
11900-
"description": "Run ID of the workflow or standalone activity. If empty, targets the latest run.\nFor standalone activities, specify a run ID to avoid retrying a different\nexecution when the activity ID is reused."
11900+
"description": "Run ID of the workflow or standalone activity. If empty, targets the latest run."
1190111901
},
1190211902
"identity": {
1190311903
"type": "string",
@@ -11921,7 +11921,7 @@
1192111921
},
1192211922
"requestId": {
1192311923
"type": "string",
11924-
"description": "Used to de-dupe reset requests within the targeted execution."
11924+
"description": "Used to de-dupe reset requests."
1192511925
}
1192611926
}
1192711927
},
@@ -12907,7 +12907,7 @@
1290712907
"properties": {
1290812908
"runId": {
1290912909
"type": "string",
12910-
"description": "Run ID of the workflow or standalone activity."
12910+
"description": "Run ID of the workflow or standalone activity. If empty, targets the latest run."
1291112911
},
1291212912
"identity": {
1291312913
"type": "string",
@@ -12935,7 +12935,7 @@
1293512935
},
1293612936
"requestId": {
1293712937
"type": "string",
12938-
"description": "Used to de-dupe unpause requests within the targeted execution."
12938+
"description": "Used to de-dupe unpause requests."
1293912939
}
1294012940
}
1294112941
},
@@ -12965,7 +12965,7 @@
1296512965
"properties": {
1296612966
"runId": {
1296712967
"type": "string",
12968-
"description": "Run ID of the workflow or standalone activity. If empty, targets the latest run.\nFor standalone activities, specify a run ID to avoid retrying a different\nexecution when the activity ID is reused."
12968+
"description": "Run ID of the workflow or standalone activity. If empty, targets the latest run."
1296912969
},
1297012970
"identity": {
1297112971
"type": "string",
@@ -12989,7 +12989,7 @@
1298912989
},
1299012990
"requestId": {
1299112991
"type": "string",
12992-
"description": "Used to de-dupe update requests within the targeted execution."
12992+
"description": "Used to de-dupe update requests."
1299312993
}
1299412994
}
1299512995
},

openapi/openapiv3.yaml

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14118,10 +14118,7 @@ components:
1411814118
description: The ID of the activity to target.
1411914119
runId:
1412014120
type: string
14121-
description: |-
14122-
Run ID of the workflow or standalone activity. If empty, targets the latest run.
14123-
For standalone activities, specify a run ID to avoid retrying a different
14124-
execution when the activity ID is reused.
14121+
description: Run ID of the workflow or standalone activity. If empty, targets the latest run.
1412514122
identity:
1412614123
type: string
1412714124
description: The identity of the client who initiated this request.
@@ -14133,7 +14130,7 @@ components:
1413314130
description: Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.
1413414131
requestId:
1413514132
type: string
14136-
description: Used to de-dupe pause requests within the targeted execution.
14133+
description: Used to de-dupe pause requests.
1413714134
PauseActivityExecutionResponse:
1413814135
type: object
1413914136
properties: {}
@@ -15359,10 +15356,7 @@ components:
1535915356
description: The ID of the activity to target.
1536015357
runId:
1536115358
type: string
15362-
description: |-
15363-
Run ID of the workflow or standalone activity. If empty, targets the latest run.
15364-
For standalone activities, specify a run ID to avoid retrying a different
15365-
execution when the activity ID is reused.
15359+
description: Run ID of the workflow or standalone activity. If empty, targets the latest run.
1536615360
identity:
1536715361
type: string
1536815362
description: The identity of the client who initiated this request.
@@ -15386,7 +15380,7 @@ components:
1538615380
description: Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.
1538715381
requestId:
1538815382
type: string
15389-
description: Used to de-dupe reset requests within the targeted execution.
15383+
description: Used to de-dupe reset requests.
1539015384
ResetActivityExecutionResponse:
1539115385
type: object
1539215386
properties: {}
@@ -17990,7 +17984,7 @@ components:
1799017984
description: The ID of the activity to target.
1799117985
runId:
1799217986
type: string
17993-
description: Run ID of the workflow or standalone activity.
17987+
description: Run ID of the workflow or standalone activity. If empty, targets the latest run.
1799417988
identity:
1799517989
type: string
1799617990
description: The identity of the client who initiated this request.
@@ -18012,7 +18006,7 @@ components:
1801218006
description: Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.
1801318007
requestId:
1801418008
type: string
18015-
description: Used to de-dupe unpause requests within the targeted execution.
18009+
description: Used to de-dupe unpause requests.
1801618010
UnpauseActivityExecutionResponse:
1801718011
type: object
1801818012
properties: {}
@@ -18094,10 +18088,7 @@ components:
1809418088
description: The ID of the activity to target.
1809518089
runId:
1809618090
type: string
18097-
description: |-
18098-
Run ID of the workflow or standalone activity. If empty, targets the latest run.
18099-
For standalone activities, specify a run ID to avoid retrying a different
18100-
execution when the activity ID is reused.
18091+
description: Run ID of the workflow or standalone activity. If empty, targets the latest run.
1810118092
identity:
1810218093
type: string
1810318094
description: The identity of the client who initiated this request
@@ -18122,7 +18113,7 @@ components:
1812218113
description: Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.
1812318114
requestId:
1812418115
type: string
18125-
description: Used to de-dupe update requests within the targeted execution.
18116+
description: Used to de-dupe update requests.
1812618117
UpdateActivityExecutionOptionsResponse:
1812718118
type: object
1812818119
properties:

0 commit comments

Comments
 (0)