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.