File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
lib/datadog_api_client/v1/models Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-02-28 17:49:20.750368 ",
8- "spec_repo_commit": "59e6a448 "
7+ "regenerated": "2025-03-03 16:36:11.832086 ",
8+ "spec_repo_commit": "f94826d3 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-02-28 17:49:20.766157 ",
13- "spec_repo_commit": "59e6a448 "
12+ "regenerated": "2025-03-03 16:36:11.847628 ",
13+ "spec_repo_commit": "f94826d3 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -2338,7 +2338,8 @@ components:
23382338 description: 'POSIX timestamp of the event. Must be sent as an integer (that
23392339 is no quotes).
23402340
2341- Limited to events no older than 18 hours'
2341+ Limited to events no older than 18 hours and no more than 5 minutes into
2342+ the future.'
23422343 format: int64
23432344 type: integer
23442345 device_name:
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class EventCreateRequest
3131 attr_accessor :alert_type
3232
3333 # POSIX timestamp of the event. Must be sent as an integer (that is no quotes).
34- # Limited to events no older than 18 hours
34+ # Limited to events no older than 18 hours and no more than 5 minutes into the future.
3535 attr_accessor :date_happened
3636
3737 # A device name.
You can’t perform that action at this time.
0 commit comments