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-03-19 19:35:57.266326 ",
8
- "spec_repo_commit": "a7489f2d "
7
+ "regenerated": "2024-03-21 18:00:35.505647 ",
8
+ "spec_repo_commit": "65baee0e "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-03-19 19:35:57.281471 ",
13
- "spec_repo_commit": "a7489f2d "
12
+ "regenerated": "2024-03-21 18:00:35.605809 ",
13
+ "spec_repo_commit": "65baee0e "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -5980,7 +5980,7 @@ components:
5980
5980
type: string
5981
5981
finished_at:
5982
5982
description: Unix timestamp in nanoseconds when the deployment finished.
5983
- It should not be older than 3 hours .
5983
+ It should not be older than 1 hour .
5984
5984
example: 1693491984000000000
5985
5985
format: int64
5986
5986
type: integer
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export class DORADeploymentRequestAttributes {
16
16
*/
17
17
"env" ?: string ;
18
18
/**
19
- * Unix timestamp in nanoseconds when the deployment finished. It should not be older than 3 hours .
19
+ * Unix timestamp in nanoseconds when the deployment 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