File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ timestamp:
4545 type : integer
4646 format : int64
4747 description : |
48- Timestamp of the event, measured in milliseconds since the Unix epoch.
49- By default, the Insights API uses the time it receives an event as its timestamp .
48+ Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days.
49+ If not provided, we use the time at which the request was received .
5050 example : 1687193127
5151
5252queryID :
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ post:
380380 summary : Timestamp too old
381381 value :
382382 status : 422
383- message : The timestamp must be at most 4 days in the past
383+ message : The timestamp is too far in the past
384384 TooManyEvents :
385385 summary : Too many events
386386 description : You can include up to 1,000 events in a single API request.
You can’t perform that action at this time.
0 commit comments