File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed 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