File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 3 files changed +6
-6
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-06-10 14:07:03.938345 ",
8
- "spec_repo_commit": "eaf0da43 "
7
+ "regenerated": "2024-06-11 09:38:21.368112 ",
8
+ "spec_repo_commit": "cee92551 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-06-10 14:07:03.965193 ",
13
- "spec_repo_commit": "eaf0da43 "
12
+ "regenerated": "2024-06-11 09:38:21.386389 ",
13
+ "spec_repo_commit": "cee92551 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -6217,7 +6217,7 @@ components:
6217
6217
type: string
6218
6218
finished_at:
6219
6219
description: Unix timestamp in nanoseconds when the incident finished. It
6220
- should not be older than 3 hours .
6220
+ should not be older than 1 hour .
6221
6221
example: 1693491984000000000
6222
6222
format: int64
6223
6223
type: integer
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export class DORAIncidentRequestAttributes {
16
16
*/
17
17
"env" ?: string ;
18
18
/**
19
- * Unix timestamp in nanoseconds when the incident finished. It should not be older than 3 hours .
19
+ * Unix timestamp in nanoseconds when the incident finished. It should not be older than 1 hour .
20
20
*/
21
21
"finishedAt" ?: number ;
22
22
/**
You can’t perform that action at this time.
0 commit comments