Skip to content

Commit dda24b8

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update ci_app description with max 1 year event run duration restriction (#3117)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent b0eb085 commit dda24b8

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
@@ -57293,7 +57293,9 @@ paths:
5729357293

5729457294

5729557295
Pipeline events can be submitted with a timestamp that is up to 18 hours in
57296-
the past.'
57296+
the past.
57297+
57298+
The duration between the event start and end times cannot exceed 1 year.'
5729757299
operationId: CreateCIAppPipelineEvent
5729857300
requestBody:
5729957301
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)