Skip to content

Commit 9194e37

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 0527024 commit 9194e37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/algolia/models/ingestion/action_type.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ class ActionType
1111
REPLACE = "replace".freeze
1212
SAVE = "save".freeze
1313
PARTIAL = "partial".freeze
14+
PARTIAL_NO_CREATE = "partialNoCreate".freeze
1415
APPEND = "append".freeze
1516

1617
def self.all_vars
17-
@all_vars ||= [REPLACE, SAVE, PARTIAL, APPEND].freeze
18+
@all_vars ||= [REPLACE, SAVE, PARTIAL, PARTIAL_NO_CREATE, APPEND].freeze
1819
end
1920

2021
# Builds the enum from string

0 commit comments

Comments
 (0)