Skip to content

Commit bcade16

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 4fb11aa commit bcade16

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

algoliasearch/ingestion/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3847,7 +3847,7 @@ async def run_source_with_http_info(
38473847
request_options: Optional[Union[dict, RequestOptions]] = None,
38483848
) -> ApiResponse[str]:
38493849
"""
3850-
Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
3850+
Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
38513851
38523852
Required API Key ACLs:
38533853
- addObject
@@ -3892,7 +3892,7 @@ async def run_source(
38923892
request_options: Optional[Union[dict, RequestOptions]] = None,
38933893
) -> RunSourceResponse:
38943894
"""
3895-
Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
3895+
Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
38963896
38973897
Required API Key ACLs:
38983898
- addObject
@@ -8920,7 +8920,7 @@ def run_source_with_http_info(
89208920
request_options: Optional[Union[dict, RequestOptions]] = None,
89218921
) -> ApiResponse[str]:
89228922
"""
8923-
Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
8923+
Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
89248924
89258925
Required API Key ACLs:
89268926
- addObject
@@ -8965,7 +8965,7 @@ def run_source(
89658965
request_options: Optional[Union[dict, RequestOptions]] = None,
89668966
) -> RunSourceResponse:
89678967
"""
8968-
Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
8968+
Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
89698969
89708970
Required API Key ACLs:
89718971
- addObject

algoliasearch/ingestion/models/run_source_payload.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ class RunSourcePayload(BaseModel):
3838
"""
3939

4040
index_to_include: Optional[List[str]] = None
41-
""" List of index names to include in reidexing/update. """
41+
""" List of index names to include in reindex/update. """
4242
index_to_exclude: Optional[List[str]] = None
43-
""" List of index names to exclude in reidexing/update. """
43+
""" List of index names to exclude in reindex/update. """
4444
entity_ids: Optional[List[str]] = None
45-
""" List of entityID to update. """
45+
""" List of entityIDs to update. """
4646
entity_type: Optional[EntityType] = None
4747

4848
model_config = ConfigDict(

0 commit comments

Comments
 (0)