docs: generate OAS for 2.11.2 (#13925)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user