From ff4fe1eaa9c5473ed18477c0490e0ae6e792dc4c Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 1 Oct 2025 16:32:19 +0000 Subject: [PATCH] Regenerate client from commit 15c07c2 of spec repo --- .generator/schemas/v2/openapi.yaml | 4 +++- .../datadog/api/client/v2/api/CiVisibilityPipelinesApi.java | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index d3505929ef5..36a7b2c15b0 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -54546,7 +54546,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/main/java/com/datadog/api/client/v2/api/CiVisibilityPipelinesApi.java b/src/main/java/com/datadog/api/client/v2/api/CiVisibilityPipelinesApi.java index 3bcc07e703b..56b11e919a5 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CiVisibilityPipelinesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CiVisibilityPipelinesApi.java @@ -230,7 +230,8 @@ public CompletableFuture createCIAppPipelineEventAsync( * *

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. + *

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. * * @param body (required) * @return ApiResponse<Object>