Skip to content

Commit e8f9dc7

Browse files
feat(specs): add partialNoCreate action to ingestion specs (generated)
algolia/api-clients-automation#5389 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 7f10896 commit e8f9dc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

algoliasearch/ingestion/models/action_type.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class ActionType(str, Enum):
3030

3131
PARTIAL = "partial"
3232

33+
PARTIALNOCREATE = "partialNoCreate"
34+
3335
APPEND = "append"
3436

3537
@classmethod

0 commit comments

Comments
 (0)