File tree Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -474,6 +474,12 @@ RunSourcePayload:
474474 description : List of entityIDs to update.
475475 entityType :
476476 $ref : ' #/EntityType'
477+ runInput :
478+ type :
479+ - type : string
480+ - type : object
481+ - type : array
482+ description : Additional information that will be passed to the created runs.
477483
478484EntityType :
479485 type : string
Original file line number Diff line number Diff line change @@ -627,3 +627,14 @@ PushTaskPayload:
627627 required :
628628 - action
629629 - records
630+
631+ RunTaskPayload :
632+ type : object
633+ additionalProperties : false
634+ properties :
635+ runInput :
636+ type :
637+ - type : string
638+ - type : object
639+ - type : array
640+ description : Additional information that will be passed to the created run.
Original file line number Diff line number Diff line change 1111 - editSettings
1212 parameters :
1313 - $ref : ' ../../../common/parameters.yml#/pathTaskID'
14+ requestBody :
15+ description : ' '
16+ content :
17+ application/json :
18+ schema :
19+ $ref : ' ../../../common/schemas/task.yml#/RunTaskPayload'
1420 responses :
1521 ' 200 ' :
1622 description : OK
Original file line number Diff line number Diff line change 1010 - editSettings
1111 parameters :
1212 - $ref : ' ../../../common/parameters.yml#/pathTaskID'
13+ requestBody :
14+ description : ' '
15+ content :
16+ application/json :
17+ schema :
18+ $ref : ' ../../../common/schemas/task.yml#/RunTaskPayload'
1319 responses :
1420 ' 200 ' :
1521 description : OK
You can’t perform that action at this time.
0 commit comments