Skip to content

Commit 7969194

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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

api/datadogV2/model_dora_failure_request_attributes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type DORAFailureRequestAttributes struct {
1616
CustomTags datadog.NullableList[string] `json:"custom_tags,omitempty"`
1717
// Environment name that was impacted by the failure.
1818
Env *string `json:"env,omitempty"`
19-
// Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.
19+
// Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.
2020
FinishedAt *int64 `json:"finished_at,omitempty"`
2121
// Git info for DORA Metrics events.
2222
Git *DORAGitInfo `json:"git,omitempty"`

0 commit comments

Comments
 (0)