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 f3dd2ec commit d18f8b2Copy full SHA for d18f8b2
algoliasearch/Models/Ingestion/ActionType.cs
@@ -36,9 +36,15 @@ public enum ActionType
36
[JsonPropertyName("partial")]
37
Partial = 3,
38
39
+ /// <summary>
40
+ /// Enum PartialNoCreate for value: partialNoCreate
41
+ /// </summary>
42
+ [JsonPropertyName("partialNoCreate")]
43
+ PartialNoCreate = 4,
44
+
45
/// <summary>
46
/// Enum Append for value: append
47
/// </summary>
48
[JsonPropertyName("append")]
- Append = 4,
49
+ Append = 5,
50
}
0 commit comments