Skip to content

Commit f18950f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f94826d3 of spec repo
1 parent d42b1b3 commit f18950f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

lib/datadog_api_client/v1/models/event_create_request.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)