Skip to content

Commit 7ac03ab

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

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

lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class DORAFailureRequestAttributes
2727
# Environment name that was impacted by the failure.
2828
attr_accessor :env
2929

30-
# Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.
30+
# Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.
3131
attr_accessor :finished_at
3232

3333
# Git info for DORA Metrics events.

0 commit comments

Comments
 (0)