Skip to content

Commit 3b282b3

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f263078 of spec repo
1 parent ebb6269 commit 3b282b3

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
@@ -50015,7 +50015,9 @@ paths:
5001550015

5001650016

5001750017
Pipeline events can be submitted with a timestamp that is up to 18 hours in
50018-
the past.'
50018+
the past.
50019+
50020+
The duration between the event''s start and end times cannot exceed 1 year.'
5001950021
operationId: CreateCIAppPipelineEvent
5002050022
requestBody:
5002150023
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
@@ -228,7 +228,8 @@ public CompletableFuture<Object> createCIAppPipelineEventAsync(
228228
* href="https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/">Pipeline
229229
* Data Model And Execution Types</a>.
230230
*
231-
* <p>Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
231+
* <p>Pipeline events can be submitted with a timestamp that is up to 18 hours in the past. The
232+
* duration between the event's start and end times cannot exceed 1 year.
232233
*
233234
* @param body (required)
234235
* @return ApiResponse&lt;Object&gt;

0 commit comments

Comments
 (0)