From 102f3d4d4b292db92a2d37104cdaec5336ef3004 Mon Sep 17 00:00:00 2001 From: Thomas Raffray Date: Wed, 3 May 2023 09:36:20 +0200 Subject: [PATCH] fix(specs): remove unsupported delete option for task action type (#1511) --- 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 26419b1307..643ac26e06 100644 --- a/specs/ingestion/common/schemas/task.yml +++ b/specs/ingestion/common/schemas/task.yml @@ -125,7 +125,7 @@ TaskSearch: ActionType: type: string description: The action to perform on the Algolia index. - enum: ['replace', 'save', 'delete'] + enum: ['replace', 'save'] TriggerInput: type: object