Skip to content

Commit 0ea4c8f

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 7c2551d commit 0ea4c8f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

lib/Api/IngestionClient.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ public function pushTask($taskID, $pushTaskPayload, $watch = null, $requestOptio
19391939
}
19401940

19411941
/**
1942-
* Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
1942+
* Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
19431943
*
19441944
* Required API Key ACLs:
19451945
* - addObject
@@ -1948,9 +1948,9 @@ public function pushTask($taskID, $pushTaskPayload, $watch = null, $requestOptio
19481948
*
19491949
* @param string $sourceID Unique identifier of a source. (required)
19501950
* @param array|RunSourcePayload $runSourcePayload (optional)
1951-
* - $runSourcePayload['indexToInclude'] => (array) List of index names to include in reidexing/update.
1952-
* - $runSourcePayload['indexToExclude'] => (array) List of index names to exclude in reidexing/update.
1953-
* - $runSourcePayload['entityIDs'] => (array) List of entityID to update.
1951+
* - $runSourcePayload['indexToInclude'] => (array) List of index names to include in reindex/update.
1952+
* - $runSourcePayload['indexToExclude'] => (array) List of index names to exclude in reindex/update.
1953+
* - $runSourcePayload['entityIDs'] => (array) List of entityIDs to update.
19541954
* - $runSourcePayload['entityType'] => (array)
19551955
*
19561956
* @see RunSourcePayload

lib/Model/Ingestion/RunSourcePayload.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public function getIndexToInclude()
188188
/**
189189
* Sets indexToInclude.
190190
*
191-
* @param null|string[] $indexToInclude list of index names to include in reidexing/update
191+
* @param null|string[] $indexToInclude list of index names to include in reindex/update
192192
*
193193
* @return self
194194
*/
@@ -212,7 +212,7 @@ public function getIndexToExclude()
212212
/**
213213
* Sets indexToExclude.
214214
*
215-
* @param null|string[] $indexToExclude list of index names to exclude in reidexing/update
215+
* @param null|string[] $indexToExclude list of index names to exclude in reindex/update
216216
*
217217
* @return self
218218
*/
@@ -236,7 +236,7 @@ public function getEntityIDs()
236236
/**
237237
* Sets entityIDs.
238238
*
239-
* @param null|string[] $entityIDs list of entityID to update
239+
* @param null|string[] $entityIDs list of entityIDs to update
240240
*
241241
* @return self
242242
*/

0 commit comments

Comments
 (0)