Skip to content

Commit a578e18

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 3f4fab6 commit a578e18

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Sources/Ingestion/IngestionClient.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2755,7 +2755,8 @@ open class IngestionClient {
27552755
return body
27562756
}
27572757

2758-
// Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
2758+
// Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one
2759+
// run per task.
27592760
// Required API Key ACLs:
27602761
// - addObject
27612762
// - deleteIndex

Sources/Ingestion/Models/RunSourcePayload.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import Foundation
77
#endif
88

99
public struct RunSourcePayload: Codable, JSONEncodable {
10-
/// List of index names to include in reidexing/update.
10+
/// List of index names to include in reindex/update.
1111
public var indexToInclude: [String]?
12-
/// List of index names to exclude in reidexing/update.
12+
/// List of index names to exclude in reindex/update.
1313
public var indexToExclude: [String]?
14-
/// List of entityID to update.
14+
/// List of entityIDs to update.
1515
public var entityIDs: [String]?
1616
public var entityType: EntityType?
1717

0 commit comments

Comments
 (0)