Skip to content

Commit bf8dee8

Browse files
authored
feat(javascript): add partial task action type (#2034)
1 parent c44c4e4 commit bf8dee8

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
@@ -130,7 +130,7 @@ TaskSearch:
130130
ActionType:
131131
type: string
132132
description: The action to perform on the Algolia index.
133-
enum: ['replace', 'save']
133+
enum: ['replace', 'save', 'partial']
134134

135135
TaskInput:
136136
oneOf:

0 commit comments

Comments
 (0)