Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions specs/ingestion/common/schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,19 +459,19 @@ RunSourcePayload:
properties:
indexToInclude:
type: array
description: List of index names to include in reidexing/update.
description: List of index names to include in reindex/update.
items:
type: string
indexToExclude:
type: array
description: List of index names to exclude in reidexing/update.
description: List of index names to exclude in reindex/update.
items:
type: string
entityIDs:
type: array
items:
type: string
description: List of entityID to update.
description: List of entityIDs to update.
entityType:
$ref: '#/EntityType'

Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/sources/runSource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ post:
tags:
- sources
summary: Run all tasks linked to a source
description: Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
description: Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
operationId: runSource
x-acl:
- addObject
Expand Down