@@ -3532,8 +3532,8 @@ public CompletableFuture<WatchResponse> pushTaskAsync(@Nonnull String taskID, @N
3532
3532
}
3533
3533
3534
3534
/**
3535
- * Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per
3536
- * task.
3535
+ * Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools
3536
+ * sources. Creates one run per task.
3537
3537
*
3538
3538
* @param sourceID Unique identifier of a source. (required)
3539
3539
* @param runSourcePayload (optional)
@@ -3547,8 +3547,8 @@ public RunSourceResponse runSource(@Nonnull String sourceID, RunSourcePayload ru
3547
3547
}
3548
3548
3549
3549
/**
3550
- * Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per
3551
- * task.
3550
+ * Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools
3551
+ * sources. Creates one run per task.
3552
3552
*
3553
3553
* @param sourceID Unique identifier of a source. (required)
3554
3554
* @param runSourcePayload (optional)
@@ -3559,8 +3559,8 @@ public RunSourceResponse runSource(@Nonnull String sourceID, RunSourcePayload ru
3559
3559
}
3560
3560
3561
3561
/**
3562
- * Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per
3563
- * task.
3562
+ * Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools
3563
+ * sources. Creates one run per task.
3564
3564
*
3565
3565
* @param sourceID Unique identifier of a source. (required)
3566
3566
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -3572,8 +3572,8 @@ public RunSourceResponse runSource(@Nonnull String sourceID, @Nullable RequestOp
3572
3572
}
3573
3573
3574
3574
/**
3575
- * Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per
3576
- * task.
3575
+ * Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools
3576
+ * sources. Creates one run per task.
3577
3577
*
3578
3578
* @param sourceID Unique identifier of a source. (required)
3579
3579
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -3583,8 +3583,8 @@ public RunSourceResponse runSource(@Nonnull String sourceID) throws AlgoliaRunti
3583
3583
}
3584
3584
3585
3585
/**
3586
- * (asynchronously) Runs all tasks linked to a source, only available for Shopify sources. It will
3587
- * create 1 run per task.
3586
+ * (asynchronously) Runs all tasks linked to a source, only available for Shopify, BigCommerce and
3587
+ * commercetools sources. Creates one run per task.
3588
3588
*
3589
3589
* @param sourceID Unique identifier of a source. (required)
3590
3590
* @param runSourcePayload (optional)
@@ -3608,8 +3608,8 @@ public CompletableFuture<RunSourceResponse> runSourceAsync(
3608
3608
}
3609
3609
3610
3610
/**
3611
- * (asynchronously) Runs all tasks linked to a source, only available for Shopify sources. It will
3612
- * create 1 run per task.
3611
+ * (asynchronously) Runs all tasks linked to a source, only available for Shopify, BigCommerce and
3612
+ * commercetools sources. Creates one run per task.
3613
3613
*
3614
3614
* @param sourceID Unique identifier of a source. (required)
3615
3615
* @param runSourcePayload (optional)
@@ -3621,8 +3621,8 @@ public CompletableFuture<RunSourceResponse> runSourceAsync(@Nonnull String sourc
3621
3621
}
3622
3622
3623
3623
/**
3624
- * (asynchronously) Runs all tasks linked to a source, only available for Shopify sources. It will
3625
- * create 1 run per task.
3624
+ * (asynchronously) Runs all tasks linked to a source, only available for Shopify, BigCommerce and
3625
+ * commercetools sources. Creates one run per task.
3626
3626
*
3627
3627
* @param sourceID Unique identifier of a source. (required)
3628
3628
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -3635,8 +3635,8 @@ public CompletableFuture<RunSourceResponse> runSourceAsync(@Nonnull String sourc
3635
3635
}
3636
3636
3637
3637
/**
3638
- * (asynchronously) Runs all tasks linked to a source, only available for Shopify sources. It will
3639
- * create 1 run per task.
3638
+ * (asynchronously) Runs all tasks linked to a source, only available for Shopify, BigCommerce and
3639
+ * commercetools sources. Creates one run per task.
3640
3640
*
3641
3641
* @param sourceID Unique identifier of a source. (required)
3642
3642
* @throws AlgoliaRuntimeException If it fails to process the API call
0 commit comments