Skip to content

Commit a1ca914

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Match the DORA docs changes (#1570)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 23ea198 commit a1ca914

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-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"
99
},
1010
"v2": {
1111
"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"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5980,7 +5980,7 @@ components:
59805980
type: string
59815981
finished_at:
59825982
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.
59845984
example: 1693491984000000000
59855985
format: int64
59865986
type: integer

packages/datadog-api-client-v2/models/DORADeploymentRequestAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class DORADeploymentRequestAttributes {
1616
*/
1717
"env"?: string;
1818
/**
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.
2020
*/
2121
"finishedAt": number;
2222
/**

0 commit comments

Comments
 (0)