Skip to content

Commit f5b8f2b

Browse files
fix(specs): update sourceRun docs (generated)
algolia/api-clients-automation#5057 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Devin Beeuwkes <[email protected]>
1 parent 2db7159 commit f5b8f2b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/main/scala/algoliasearch/api/IngestionClient.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,8 @@ class IngestionClient(
13011301
)
13021302
}
13031303

1304-
/** Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
1304+
/** Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one
1305+
* run per task.
13051306
*
13061307
* Required API Key ACLs:
13071308
* - addObject

src/main/scala/algoliasearch/ingestion/RunSourcePayload.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ import algoliasearch.ingestion.EntityType._
2424
/** RunSourcePayload
2525
*
2626
* @param indexToInclude
27-
* List of index names to include in reidexing/update.
27+
* List of index names to include in reindex/update.
2828
* @param indexToExclude
29-
* List of index names to exclude in reidexing/update.
29+
* List of index names to exclude in reindex/update.
3030
* @param entityIDs
31-
* List of entityID to update.
31+
* List of entityIDs to update.
3232
*/
3333
case class RunSourcePayload(
3434
indexToInclude: Option[Seq[String]] = scala.None,

0 commit comments

Comments
 (0)