Skip to content

Commit f71840e

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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/main/java/com/datadog/api/client/v2/model/DORAFailureRequestAttributes.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ public DORAFailureRequestAttributes finishedAt(Long finishedAt) {
150150
}
151151

152152
/**
153-
* Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds,
154-
* and it should not be older than 1 hour.
153+
* Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.
155154
*
156155
* @return finishedAt
157156
*/

0 commit comments

Comments
 (0)