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:
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 start and end times cannot exceed 1 year.'
5001950021 operationId: CreateCIAppPipelineEvent
5002050022 requestBody:
5002150023 content:
Original file line number Diff line number Diff 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 start and end times cannot exceed 1 year.
232233 *
233234 * @param body (required)
234235 * @return ApiResponse<Object>
You can’t perform that action at this time.
0 commit comments