Skip to content

Commit dbba03d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f00f309 of spec repo
1 parent 8cd7203 commit dbba03d

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
@@ -12606,7 +12606,7 @@ components:
1260612606
type: string
1260712607
finished_at:
1260812608
description: Unix timestamp when the failure finished. It must be in nanoseconds,
12609-
milliseconds, or seconds, and it should not be older than 1 hour.
12609+
milliseconds, or seconds.
1261012610
example: 1693491984000000000
1261112611
format: int64
1261212612
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)