File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,19 @@ sourceID:
3232 items :
3333 $ref : ' ./schemas/common.yml#/sourceID'
3434
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+
3548destinationID :
3649 name : destinationID
3750 in : query
Original file line number Diff line number Diff line change 1414 - $ref : ' ../../../common/taskParameters.yml#/action'
1515 - $ref : ' ../../../common/taskParameters.yml#/enabled'
1616 - $ref : ' ../../../common/taskParameters.yml#/sourceID'
17+ - $ref : ' ../../../common/taskParameters.yml#/sourceType'
1718 - $ref : ' ../../../common/taskParameters.yml#/destinationID'
1819 - $ref : ' ../../../common/taskParameters.yml#/triggerType'
1920 - $ref : ' ../../../common/taskParameters.yml#/sort'
You can’t perform that action at this time.
0 commit comments