Skip to content

Commit c28cdd8

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 de04fd3 commit c28cdd8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/algolia/api/ingestion_client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@ def push_task(task_id, push_task_payload, watch = nil, request_options = {})
22652265
@api_client.deserialize(response.body, request_options[:debug_return_type] || "Ingestion::WatchResponse")
22662266
end
22672267

2268-
# Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
2268+
# Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
22692269
#
22702270
# Required API Key ACLs:
22712271
# - addObject
@@ -2300,7 +2300,7 @@ def run_source_with_http_info(source_id, run_source_payload = nil, request_optio
23002300
@api_client.call_api(:POST, path, new_options)
23012301
end
23022302

2303-
# Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
2303+
# Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
23042304
#
23052305
# Required API Key ACLs:
23062306
# - addObject

lib/algolia/models/ingestion/run_source_payload.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
module Algolia
99
module Ingestion
1010
class RunSourcePayload
11-
# List of index names to include in reidexing/update.
11+
# List of index names to include in reindex/update.
1212
attr_accessor :index_to_include
1313

14-
# List of index names to exclude in reidexing/update.
14+
# List of index names to exclude in reindex/update.
1515
attr_accessor :index_to_exclude
1616

17-
# List of entityID to update.
17+
# List of entityIDs to update.
1818
attr_accessor :entity_ids
1919

2020
attr_accessor :entity_type

0 commit comments

Comments
 (0)