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 7f10896 commit e8f9dc7Copy full SHA for e8f9dc7
algoliasearch/ingestion/models/action_type.py
@@ -30,6 +30,8 @@ class ActionType(str, Enum):
30
31
PARTIAL = "partial"
32
33
+ PARTIALNOCREATE = "partialNoCreate"
34
+
35
APPEND = "append"
36
37
@classmethod
0 commit comments