Skip to content

Commit 4c9416a

Browse files
authored
fix(specs): update sourceRun docs (#5057)
1 parent ab80ac5 commit 4c9416a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,19 +459,19 @@ RunSourcePayload:
459459
properties:
460460
indexToInclude:
461461
type: array
462-
description: List of index names to include in reidexing/update.
462+
description: List of index names to include in reindex/update.
463463
items:
464464
type: string
465465
indexToExclude:
466466
type: array
467-
description: List of index names to exclude in reidexing/update.
467+
description: List of index names to exclude in reindex/update.
468468
items:
469469
type: string
470470
entityIDs:
471471
type: array
472472
items:
473473
type: string
474-
description: List of entityID to update.
474+
description: List of entityIDs to update.
475475
entityType:
476476
$ref: '#/EntityType'
477477

specs/ingestion/paths/sources/runSource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ post:
22
tags:
33
- sources
44
summary: Run all tasks linked to a source
5-
description: Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
5+
description: Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
66
operationId: runSource
77
x-acl:
88
- addObject

0 commit comments

Comments
 (0)