File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -459,19 +459,19 @@ RunSourcePayload:
459
459
properties :
460
460
indexToInclude :
461
461
type : array
462
- description : List of index names to include in reidexing /update.
462
+ description : List of index names to include in reindex /update.
463
463
items :
464
464
type : string
465
465
indexToExclude :
466
466
type : array
467
- description : List of index names to exclude in reidexing /update.
467
+ description : List of index names to exclude in reindex /update.
468
468
items :
469
469
type : string
470
470
entityIDs :
471
471
type : array
472
472
items :
473
473
type : string
474
- description : List of entityID to update.
474
+ description : List of entityIDs to update.
475
475
entityType :
476
476
$ref : ' #/EntityType'
477
477
Original file line number Diff line number Diff line change 2
2
tags :
3
3
- sources
4
4
summary : Run all tasks linked to a source
5
- description : Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
5
+ description : Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
6
6
operationId : runSource
7
7
x-acl :
8
8
- addObject
You can’t perform that action at this time.
0 commit comments