File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -51735,7 +51735,9 @@ paths:
5173551735
5173651736
5173751737 Pipeline events can be submitted with a timestamp that is up to 18 hours in
51738- the past.'
51738+ the past.
51739+
51740+ The duration between the event start and end times cannot exceed 1 year.'
5173951741 operationId: CreateCIAppPipelineEvent
5174051742 requestBody:
5174151743 content:
Original file line number Diff line number Diff line change @@ -337,6 +337,7 @@ impl CIVisibilityPipelinesAPI {
337337 /// Multiple events can be sent in an array (up to 1000).
338338 ///
339339 /// Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
340+ /// The duration between the event start and end times cannot exceed 1 year.
340341 pub async fn create_ci_app_pipeline_event (
341342 & self ,
342343 body : crate :: datadogV2:: model:: CIAppCreatePipelineEventRequest ,
@@ -363,6 +364,7 @@ impl CIVisibilityPipelinesAPI {
363364 /// Multiple events can be sent in an array (up to 1000).
364365 ///
365366 /// Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
367+ /// The duration between the event start and end times cannot exceed 1 year.
366368 pub async fn create_ci_app_pipeline_event_with_http_info (
367369 & self ,
368370 body : crate :: datadogV2:: model:: CIAppCreatePipelineEventRequest ,
You can’t perform that action at this time.
0 commit comments