Skip to content

Commit 27cb8bf

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[list events v2]Update params description to clarify unit (#1788)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 1d757d8 commit 27cb8bf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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-09-03 13:58:47.551352",
8-
"spec_repo_commit": "ff772101"
7+
"regenerated": "2024-09-03 14:58:51.779760",
8+
"spec_repo_commit": "9e18747d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-03 13:58:47.571233",
13-
"spec_repo_commit": "ff772101"
12+
"regenerated": "2024-09-03 14:58:51.797948",
13+
"spec_repo_commit": "9e18747d"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27779,13 +27779,13 @@ paths:
2777927779
required: false
2778027780
schema:
2778127781
type: string
27782-
- description: Minimum timestamp for requested events.
27782+
- description: Minimum timestamp for requested events, in milliseconds.
2778327783
in: query
2778427784
name: filter[from]
2778527785
required: false
2778627786
schema:
2778727787
type: string
27788-
- description: Maximum timestamp for requested events.
27788+
- description: Maximum timestamp for requested events, in milliseconds.
2778927789
in: query
2779027790
name: filter[to]
2779127791
required: false

packages/datadog-api-client-v2/apis/EventsApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ export interface EventsApiListEventsRequest {
260260
*/
261261
filterQuery?: string;
262262
/**
263-
* Minimum timestamp for requested events.
263+
* Minimum timestamp for requested events, in milliseconds.
264264
* @type string
265265
*/
266266
filterFrom?: string;
267267
/**
268-
* Maximum timestamp for requested events.
268+
* Maximum timestamp for requested events, in milliseconds.
269269
* @type string
270270
*/
271271
filterTo?: string;

0 commit comments

Comments
 (0)