Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminIndexSyncPayload.yaml
2025-10-31 16:15:46 +02:00

15 lines
339 B
YAML

type: object
description: The details of the index sync.
x-schemaName: AdminIndexSyncPayload
required:
- strategy
properties:
strategy:
type: string
description: >-
The syncing strategy. `full` indicates a full reindex, while `reset`
truncates tables and performs a fresh sync.
enum:
- full
- reset