Skip to content

Commit 406e12d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9080ceb of spec repo
1 parent 76578c6 commit 406e12d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53762,7 +53762,9 @@ paths:
5376253762

5376353763

5376453764
Pipeline events can be submitted with a timestamp that is up to 18 hours in
53765-
the past.'
53765+
the past.
53766+
53767+
The duration between the event start and end times cannot exceed 1 year.'
5376653768
operationId: CreateCIAppPipelineEvent
5376753769
requestBody:
5376853770
content:

src/main/java/com/datadog/api/client/v2/api/CiVisibilityPipelinesApi.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ public CompletableFuture<Object> createCIAppPipelineEventAsync(
230230
*
231231
* <p>Multiple events can be sent in an array (up to 1000).
232232
*
233-
* <p>Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
233+
* <p>Pipeline events can be submitted with a timestamp that is up to 18 hours in the past. The
234+
* duration between the event start and end times cannot exceed 1 year.
234235
*
235236
* @param body (required)
236237
* @return ApiResponse&lt;Object&gt;

0 commit comments

Comments
 (0)