Skip to content

Commit 102f3d4

Browse files
authored
fix(specs): remove unsupported delete option for task action type (#1511)
1 parent 1fdb8dc commit 102f3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/ingestion/common/schemas/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ TaskSearch:
125125
ActionType:
126126
type: string
127127
description: The action to perform on the Algolia index.
128-
enum: ['replace', 'save', 'delete']
128+
enum: ['replace', 'save']
129129

130130
TriggerInput:
131131
type: object

0 commit comments

Comments
 (0)