Skip to content

Commit 12e1c2e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update Event description (#114)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 469c110 commit 12e1c2e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-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": "2024-05-29 17:07:15.365363",
8-
"spec_repo_commit": "faa2d929"
7+
"regenerated": "2024-05-29 19:12:56.377419",
8+
"spec_repo_commit": "e834e6d7"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-05-29 17:07:15.383791",
13-
"spec_repo_commit": "faa2d929"
12+
"regenerated": "2024-05-29 19:12:56.395410",
13+
"spec_repo_commit": "e834e6d7"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2197,7 +2197,7 @@ components:
21972197
description: 'POSIX timestamp of the event. Must be sent as an integer (that
21982198
is no quotes).
21992199

2200-
Limited to events no older than 18 hours.'
2200+
Limited to events up to 18 hours in the past and two hours in the future.'
22012201
format: int64
22022202
type: integer
22032203
device_name:

src/datadogV1/model/model_event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub struct Event {
1717
#[serde(rename = "alert_type")]
1818
pub alert_type: Option<crate::datadogV1::model::EventAlertType>,
1919
/// POSIX timestamp of the event. Must be sent as an integer (that is no quotes).
20-
/// Limited to events no older than 18 hours.
20+
/// Limited to events up to 18 hours in the past and two hours in the future.
2121
#[serde(rename = "date_happened")]
2222
pub date_happened: Option<i64>,
2323
/// A device name.

0 commit comments

Comments
 (0)