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 14b7e61 commit 77fe9b7Copy full SHA for 77fe9b7
algoliasearch/Models/Ingestion/Action.cs
@@ -41,4 +41,22 @@ public enum Action
41
/// </summary>
42
[JsonPropertyName("partialUpdateObjectNoCreate")]
43
PartialUpdateObjectNoCreate = 4,
44
+
45
+ /// <summary>
46
+ /// Enum DeleteObject for value: deleteObject
47
+ /// </summary>
48
+ [JsonPropertyName("deleteObject")]
49
+ DeleteObject = 5,
50
51
52
+ /// Enum Delete for value: delete
53
54
+ [JsonPropertyName("delete")]
55
+ Delete = 6,
56
57
58
+ /// Enum Clear for value: clear
59
60
+ [JsonPropertyName("clear")]
61
+ Clear = 7,
62
}
0 commit comments