We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766bc4c commit b30d9faCopy full SHA for b30d9fa
algoliasearch/ingestion/models/action.py
@@ -32,6 +32,12 @@ class Action(str, Enum):
32
33
PARTIALUPDATEOBJECTNOCREATE = "partialUpdateObjectNoCreate"
34
35
+ DELETEOBJECT = "deleteObject"
36
+
37
+ DELETE = "delete"
38
39
+ CLEAR = "clear"
40
41
@classmethod
42
def from_json(cls, json_str: str) -> Self:
43
"""Create an instance of Action from a JSON string"""
0 commit comments