Skip to content

Commit d18f8b2

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 f3dd2ec commit d18f8b2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

algoliasearch/Models/Ingestion/ActionType.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,15 @@ public enum ActionType
3636
[JsonPropertyName("partial")]
3737
Partial = 3,
3838

39+
/// <summary>
40+
/// Enum PartialNoCreate for value: partialNoCreate
41+
/// </summary>
42+
[JsonPropertyName("partialNoCreate")]
43+
PartialNoCreate = 4,
44+
3945
/// <summary>
4046
/// Enum Append for value: append
4147
/// </summary>
4248
[JsonPropertyName("append")]
43-
Append = 4,
49+
Append = 5,
4450
}

0 commit comments

Comments
 (0)