Skip to content

Commit 8d5ed9b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
SDCD-1727: removing 1 hour time restriction for finished_at (#907)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent f706d79 commit 8d5ed9b

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/datadogV2/model/model_dora_failure_request_attributes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub struct DORAFailureRequestAttributes {
2121
/// Environment name that was impacted by the failure.
2222
#[serde(rename = "env")]
2323
pub env: Option<String>,
24-
/// Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.
24+
/// Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.
2525
#[serde(rename = "finished_at")]
2626
pub finished_at: Option<i64>,
2727
/// Git info for DORA Metrics events.

0 commit comments

Comments
 (0)