Skip to content

Commit ad51f60

Browse files
authored
feat(specs): add partialNoCreate action to ingestion specs (#5389)
1 parent 1c9d774 commit ad51f60

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
@@ -277,7 +277,7 @@ TaskSearch:
277277
ActionType:
278278
type: string
279279
description: Action to perform on the Algolia index.
280-
enum: [replace, save, partial, append]
280+
enum: [replace, save, partial, partialNoCreate, append]
281281

282282
TaskInput:
283283
description: Configuration of the task, depending on its type.

0 commit comments

Comments
 (0)