File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -27779,13 +27779,13 @@ paths:
27779
27779
required: false
27780
27780
schema:
27781
27781
type: string
27782
- - description: Minimum timestamp for requested events.
27782
+ - description: Minimum timestamp for requested events, in milliseconds .
27783
27783
in: query
27784
27784
name: filter[from]
27785
27785
required: false
27786
27786
schema:
27787
27787
type: string
27788
- - description: Maximum timestamp for requested events.
27788
+ - description: Maximum timestamp for requested events, in milliseconds .
27789
27789
in: query
27790
27790
name: filter[to]
27791
27791
required: false
Original file line number Diff line number Diff line change @@ -260,12 +260,12 @@ export interface EventsApiListEventsRequest {
260
260
*/
261
261
filterQuery ?: string ;
262
262
/**
263
- * Minimum timestamp for requested events.
263
+ * Minimum timestamp for requested events, in milliseconds .
264
264
* @type string
265
265
*/
266
266
filterFrom ?: string ;
267
267
/**
268
- * Maximum timestamp for requested events.
268
+ * Maximum timestamp for requested events, in milliseconds .
269
269
* @type string
270
270
*/
271
271
filterTo ?: string ;
You can’t perform that action at this time.
0 commit comments