File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,18 @@ action:
19
19
$ref : ' ./schemas/task.yml#/ActionType'
20
20
example : save,replace
21
21
22
+ sourceID :
23
+ name : sourceID
24
+ in : query
25
+ description : Which sourceID the returned task should have. Can be a list of string separated with commas.
26
+ required : false
27
+ style : form
28
+ explode : false
29
+ schema :
30
+ type : array
31
+ items :
32
+ type : string
33
+
22
34
destinationID :
23
35
name : destinationID
24
36
in : query
Original file line number Diff line number Diff line change 9
9
- $ref : ' ../../common/parameters.yml#/page'
10
10
- $ref : ' ../../common/taskParameters.yml#/action'
11
11
- $ref : ' ../../common/taskParameters.yml#/enabled'
12
+ - $ref : ' ../../common/taskParameters.yml#/sourceID'
12
13
- $ref : ' ../../common/taskParameters.yml#/destinationID'
13
14
- $ref : ' ../../common/taskParameters.yml#/triggerType'
14
15
responses :
You can’t perform that action at this time.
0 commit comments