From d6aa77467f093157ccfabca405f16adaf5097f73 Mon Sep 17 00:00:00 2001 From: shortcuts Date: Fri, 26 Sep 2025 11:12:08 +0200 Subject: [PATCH] feat(specs): add partialNoCreate action to ingestion specs --- specs/ingestion/common/schemas/task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/ingestion/common/schemas/task.yml b/specs/ingestion/common/schemas/task.yml index a25d30c9213..5e6e80b6fb9 100644 --- a/specs/ingestion/common/schemas/task.yml +++ b/specs/ingestion/common/schemas/task.yml @@ -277,7 +277,7 @@ TaskSearch: ActionType: type: string description: Action to perform on the Algolia index. - enum: [replace, save, partial, append] + enum: [replace, save, partial, partialNoCreate, append] TaskInput: description: Configuration of the task, depending on its type.