Skip to content

Commit 5948551

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f00f309 of spec repo
1 parent bd54263 commit 5948551

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

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)