From 8b9c269f6df37f948a6c23fed544724853fe7374 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 11 Sep 2025 15:22:27 +0000 Subject: [PATCH] Regenerate client from commit 8548980 of spec repo --- .generator/schemas/v2/openapi.yaml | 2 +- .../v2/models/dora_failure_request_attributes.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 0f8479d77111..011c51ec120a 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -12733,7 +12733,7 @@ components: type: string finished_at: description: Unix timestamp when the failure finished. It must be in nanoseconds, - milliseconds, or seconds, and it should not be older than 1 hour. + milliseconds, or seconds. example: 1693491984000000000 format: int64 type: integer diff --git a/lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb b/lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb index bc79c9cd0289..2a75e418c706 100644 --- a/lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb +++ b/lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb @@ -27,7 +27,7 @@ class DORAFailureRequestAttributes # Environment name that was impacted by the failure. attr_accessor :env - # Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour. + # Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds. attr_accessor :finished_at # Git info for DORA Metrics events.