File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
packages/datadog-api-client-v1/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.4",
7
- "regenerated": "2023-03-06 21:45:24.920480 ",
8
- "spec_repo_commit": "c9d1fe42 "
7
+ "regenerated": "2023-03-06 21:58:34.746320 ",
8
+ "spec_repo_commit": "d749ce87 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-03-06 21:45:24.933171 ",
13
- "spec_repo_commit": "c9d1fe42 "
12
+ "regenerated": "2023-03-06 21:58:34.758692 ",
13
+ "spec_repo_commit": "d749ce87 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -20761,14 +20761,14 @@ paths:
20761
20761
name: metric_query
20762
20762
schema:
20763
20763
type: string
20764
- - description: The POSIX timestamp of the start of the query.
20764
+ - description: The POSIX timestamp of the start of the query in seconds .
20765
20765
in: query
20766
20766
name: start
20767
20767
required: true
20768
20768
schema:
20769
20769
format: int64
20770
20770
type: integer
20771
- - description: The POSIX timestamp of the end of the query.
20771
+ - description: The POSIX timestamp of the end of the query in seconds .
20772
20772
in: query
20773
20773
name: end
20774
20774
required: true
Original file line number Diff line number Diff line change @@ -182,12 +182,12 @@ export class SnapshotsApiResponseProcessor {
182
182
183
183
export interface SnapshotsApiGetGraphSnapshotRequest {
184
184
/**
185
- * The POSIX timestamp of the start of the query.
185
+ * The POSIX timestamp of the start of the query in seconds .
186
186
* @type number
187
187
*/
188
188
start : number ;
189
189
/**
190
- * The POSIX timestamp of the end of the query.
190
+ * The POSIX timestamp of the end of the query in seconds .
191
191
* @type number
192
192
*/
193
193
end : number ;
You can’t perform that action at this time.
0 commit comments