Skip to content

Commit 0693a42

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 f1d37b9 commit 0693a42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/ingestion/model/runSourcePayload.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ import type { EntityType } from './entityType';
44

55
export type RunSourcePayload = {
66
/**
7-
* List of index names to include in reidexing/update.
7+
* List of index names to include in reindex/update.
88
*/
99
indexToInclude?: Array<string> | undefined;
1010

1111
/**
12-
* List of index names to exclude in reidexing/update.
12+
* List of index names to exclude in reindex/update.
1313
*/
1414
indexToExclude?: Array<string> | undefined;
1515

1616
/**
17-
* List of entityID to update.
17+
* List of entityIDs to update.
1818
*/
1919
entityIDs?: Array<string> | undefined;
2020

packages/ingestion/src/ingestionClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ export function createIngestionClient({
19061906
},
19071907

19081908
/**
1909-
* Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
1909+
* Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
19101910
*
19111911
* Required API Key ACLs:
19121912
* - addObject

0 commit comments

Comments
 (0)