File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ runType:
30
30
in : query
31
31
description : Run type for filtering the list of task runs.
32
32
schema :
33
- type : array
34
- items :
35
- $ref : ' ./schemas/run.yml#/RunType'
33
+ $ref : ' ./schemas/run.yml#/RunType'
36
34
37
35
taskID :
38
36
name : taskID
Original file line number Diff line number Diff line change @@ -32,6 +32,19 @@ sourceID:
32
32
items :
33
33
$ref : ' ./schemas/common.yml#/sourceID'
34
34
35
+ sourceType :
36
+ name : sourceType
37
+ in : query
38
+ description : Filters the tasks with the specified source type.
39
+ required : false
40
+ style : form
41
+ explode : false
42
+ schema :
43
+ type : array
44
+ items :
45
+ $ref : ' ./schemas/source.yml#/SourceType'
46
+ example : json,commercetools
47
+
35
48
destinationID :
36
49
name : destinationID
37
50
in : query
Original file line number Diff line number Diff line change 14
14
- $ref : ' ../../../common/taskParameters.yml#/action'
15
15
- $ref : ' ../../../common/taskParameters.yml#/enabled'
16
16
- $ref : ' ../../../common/taskParameters.yml#/sourceID'
17
+ - $ref : ' ../../../common/taskParameters.yml#/sourceType'
17
18
- $ref : ' ../../../common/taskParameters.yml#/destinationID'
18
19
- $ref : ' ../../../common/taskParameters.yml#/triggerType'
19
20
- $ref : ' ../../../common/taskParameters.yml#/sort'
You can’t perform that action at this time.
0 commit comments