Skip to content

Commit 5e6f3d1

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 146f096 commit 5e6f3d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Model/Ingestion/ActionType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ class ActionType
2222

2323
public const PARTIAL = 'partial';
2424

25+
public const PARTIAL_NO_CREATE = 'partialNoCreate';
26+
2527
public const APPEND = 'append';
2628

2729
/**
@@ -35,6 +37,7 @@ public static function getAllowableEnumValues()
3537
self::REPLACE,
3638
self::SAVE,
3739
self::PARTIAL,
40+
self::PARTIAL_NO_CREATE,
3841
self::APPEND,
3942
];
4043
}

0 commit comments

Comments
 (0)