Skip to content

Commit

Permalink
fix(specs): remove unsupported delete option for task action type (#1511
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Fluf22 committed May 3, 2023
1 parent 1fdb8dc commit 102f3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/ingestion/common/schemas/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 102f3d4

Please sign in to comment.