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 @@ -53762,7 +53762,9 @@ paths:
53762
53762
53763
53763
53764
53764
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.'
53766
53768
operationId: CreateCIAppPipelineEvent
53767
53769
requestBody:
53768
53770
content:
Original file line number Diff line number Diff line change @@ -230,7 +230,8 @@ public CompletableFuture<Object> createCIAppPipelineEventAsync(
230
230
*
231
231
* <p>Multiple events can be sent in an array (up to 1000).
232
232
*
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.
234
235
*
235
236
* @param body (required)
236
237
* @return ApiResponse<Object>
You can’t perform that action at this time.
0 commit comments