From edcb22228baf8ac1fb7ed260659016349f675588 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 19 Sep 2025 06:08:49 +0000 Subject: [PATCH] Regenerate client from commit 9080ceb of spec repo --- .generator/schemas/v2/openapi.yaml | 4 +++- src/datadog_api_client/v2/api/ci_visibility_pipelines_api.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 35ff674a30..5c6a22a427 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -53762,7 +53762,9 @@ paths: Pipeline events can be submitted with a timestamp that is up to 18 hours in - the past.' + the past. + + The duration between the event start and end times cannot exceed 1 year.' operationId: CreateCIAppPipelineEvent requestBody: content: diff --git a/src/datadog_api_client/v2/api/ci_visibility_pipelines_api.py b/src/datadog_api_client/v2/api/ci_visibility_pipelines_api.py index e83dadf1e6..cc53a4b058 100644 --- a/src/datadog_api_client/v2/api/ci_visibility_pipelines_api.py +++ b/src/datadog_api_client/v2/api/ci_visibility_pipelines_api.py @@ -172,6 +172,7 @@ def create_ci_app_pipeline_event( Multiple events can be sent in an array (up to 1000). Pipeline events can be submitted with a timestamp that is up to 18 hours in the past. + The duration between the event start and end times cannot exceed 1 year. :type body: CIAppCreatePipelineEventRequest :rtype: dict