Skip to content

Commit c23f295

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update Event description (#1626)
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 de2193e commit c23f295

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:14.558729",
8-
"spec_repo_commit": "faa2d929"
7+
"regenerated": "2024-05-29 19:13:00.890499",
8+
"spec_repo_commit": "e834e6d7"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-05-29 17:07:14.576283",
13-
"spec_repo_commit": "faa2d929"
12+
"regenerated": "2024-05-29 19:13:00.909042",
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:

packages/datadog-api-client-v1/models/Event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class Event {
2020
"alertType"?: EventAlertType;
2121
/**
2222
* POSIX timestamp of the event. Must be sent as an integer (that is no quotes).
23-
* Limited to events no older than 18 hours.
23+
* Limited to events up to 18 hours in the past and two hours in the future.
2424
*/
2525
"dateHappened"?: number;
2626
/**

0 commit comments

Comments
 (0)