Skip to content

Commit 4cf2076

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
SDCD-1727: removing 1 hour time restriction for finished_at (#2826)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent cc58533 commit 4cf2076

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12733,7 +12733,7 @@ components:
1273312733
type: string
1273412734
finished_at:
1273512735
description: Unix timestamp when the failure finished. It must be in nanoseconds,
12736-
milliseconds, or seconds, and it should not be older than 1 hour.
12736+
milliseconds, or seconds.
1273712737
example: 1693491984000000000
1273812738
format: int64
1273912739
type: integer

src/datadog_api_client/v2/model/dora_failure_request_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(
7575
:param env: Environment name that was impacted by the failure.
7676
:type env: str, optional
7777
78-
:param finished_at: Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.
78+
:param finished_at: Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.
7979
:type finished_at: int, optional
8080
8181
:param git: Git info for DORA Metrics events.

0 commit comments

Comments
 (0)