Skip to content

Commit 8ca772a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Match the DORA docs changes (#1919)
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 2a936fe commit 8ca772a

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:49.311297",
8-
"spec_repo_commit": "a7489f2d"
7+
"regenerated": "2024-03-21 18:00:28.881112",
8+
"spec_repo_commit": "65baee0e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-03-19 19:35:49.331556",
13-
"spec_repo_commit": "a7489f2d"
12+
"regenerated": "2024-03-21 18:00:28.897695",
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

src/datadog_api_client/v2/model/dora_deployment_request_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(
5959
:param env: Environment name to where the service was deployed.
6060
:type env: str, optional
6161
62-
:param finished_at: Unix timestamp in nanoseconds when the deployment finished. It should not be older than 3 hours.
62+
:param finished_at: Unix timestamp in nanoseconds when the deployment finished. It should not be older than 1 hour.
6363
:type finished_at: int
6464
6565
:param git: Git info for DORA Metrics events.

0 commit comments

Comments
 (0)