Skip to content

Commit f9df05e

Browse files
algolia-botmillotp
andcommitted
fix(specs): add missing recordType collection (generated)
algolia/api-clients-automation#4728 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 0811192 commit f9df05e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

algoliasearch/Models/Ingestion/RecordType.cs

+7-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ public enum RecordType
2828
/// Enum Variant for value: variant
2929
/// </summary>
3030
[JsonPropertyName("variant")]
31-
Variant = 2
31+
Variant = 2,
32+
33+
/// <summary>
34+
/// Enum Collection for value: collection
35+
/// </summary>
36+
[JsonPropertyName("collection")]
37+
Collection = 3
3238
}
3339

0 commit comments

Comments
 (0)