File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -50015,7 +50015,9 @@ paths:
50015
50015
50016
50016
50017
50017
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.'
50019
50021
operationId: CreateCIAppPipelineEvent
50020
50022
requestBody:
50021
50023
content:
Original file line number Diff line number Diff line change @@ -228,7 +228,8 @@ public CompletableFuture<Object> createCIAppPipelineEventAsync(
228
228
* href="https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/">Pipeline
229
229
* Data Model And Execution Types</a>.
230
230
*
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.
232
233
*
233
234
* @param body (required)
234
235
* @return ApiResponse<Object>
You can’t perform that action at this time.
0 commit comments