Skip to content

Commit daeff1d

Browse files
algolia-botsirockin
andcommitted
fix(specs): insights-api timestamp documentation (generated)
algolia/api-clients-automation#5925 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Dave Sirockin <dave@sirockin.com>
1 parent cc21404 commit daeff1d

12 files changed

+24
-24
lines changed

algoliasearch/Models/Insights/AddedToCartObjectIDs.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ string userToken
110110
public List<ObjectData> ObjectData { get; set; }
111111

112112
/// <summary>
113-
/// Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
113+
/// Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
114114
/// </summary>
115-
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp. </value>
115+
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received. </value>
116116
[JsonPropertyName("timestamp")]
117117
public long? Timestamp { get; set; }
118118

algoliasearch/Models/Insights/AddedToCartObjectIDsAfterSearch.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ string userToken
120120
public List<ObjectDataAfterSearch> ObjectData { get; set; }
121121

122122
/// <summary>
123-
/// Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
123+
/// Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
124124
/// </summary>
125-
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp. </value>
125+
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received. </value>
126126
[JsonPropertyName("timestamp")]
127127
public long? Timestamp { get; set; }
128128

algoliasearch/Models/Insights/ClickedFilters.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ string userToken
8787
public string AuthenticatedUserToken { get; set; }
8888

8989
/// <summary>
90-
/// Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
90+
/// Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
9191
/// </summary>
92-
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp. </value>
92+
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received. </value>
9393
[JsonPropertyName("timestamp")]
9494
public long? Timestamp { get; set; }
9595

algoliasearch/Models/Insights/ClickedObjectIDs.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ string userToken
8787
public string AuthenticatedUserToken { get; set; }
8888

8989
/// <summary>
90-
/// Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
90+
/// Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
9191
/// </summary>
92-
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp. </value>
92+
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received. </value>
9393
[JsonPropertyName("timestamp")]
9494
public long? Timestamp { get; set; }
9595

algoliasearch/Models/Insights/ClickedObjectIDsAfterSearch.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ string userToken
107107
public string AuthenticatedUserToken { get; set; }
108108

109109
/// <summary>
110-
/// Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
110+
/// Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
111111
/// </summary>
112-
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp. </value>
112+
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received. </value>
113113
[JsonPropertyName("timestamp")]
114114
public long? Timestamp { get; set; }
115115

algoliasearch/Models/Insights/ConvertedFilters.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ string userToken
8787
public string AuthenticatedUserToken { get; set; }
8888

8989
/// <summary>
90-
/// Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
90+
/// Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
9191
/// </summary>
92-
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp. </value>
92+
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received. </value>
9393
[JsonPropertyName("timestamp")]
9494
public long? Timestamp { get; set; }
9595

algoliasearch/Models/Insights/ConvertedObjectIDs.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ string userToken
8787
public string AuthenticatedUserToken { get; set; }
8888

8989
/// <summary>
90-
/// Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
90+
/// Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
9191
/// </summary>
92-
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp. </value>
92+
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received. </value>
9393
[JsonPropertyName("timestamp")]
9494
public long? Timestamp { get; set; }
9595

algoliasearch/Models/Insights/ConvertedObjectIDsAfterSearch.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ string userToken
9797
public string AuthenticatedUserToken { get; set; }
9898

9999
/// <summary>
100-
/// Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
100+
/// Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
101101
/// </summary>
102-
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp. </value>
102+
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received. </value>
103103
[JsonPropertyName("timestamp")]
104104
public long? Timestamp { get; set; }
105105

algoliasearch/Models/Insights/PurchasedObjectIDs.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ string userToken
110110
public List<ObjectData> ObjectData { get; set; }
111111

112112
/// <summary>
113-
/// Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
113+
/// Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
114114
/// </summary>
115-
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp. </value>
115+
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received. </value>
116116
[JsonPropertyName("timestamp")]
117117
public long? Timestamp { get; set; }
118118

algoliasearch/Models/Insights/PurchasedObjectIDsAfterSearch.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ List<ObjectDataAfterSearch> objectData
113113
public List<ObjectDataAfterSearch> ObjectData { get; set; }
114114

115115
/// <summary>
116-
/// Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
116+
/// Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
117117
/// </summary>
118-
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp. </value>
118+
/// <value>Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received. </value>
119119
[JsonPropertyName("timestamp")]
120120
public long? Timestamp { get; set; }
121121

0 commit comments

Comments
 (0)