Skip to content

Commit eb642a4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a28c11e of spec repo
1 parent 1d6c1d6 commit eb642a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54291,7 +54291,9 @@ paths:
5429154291

5429254292

5429354293
Pipeline events can be submitted with a timestamp that is up to 18 hours in
54294-
the past.'
54294+
the past.
54295+
54296+
The duration between the event start and end times cannot exceed 1 year.'
5429554297
operationId: CreateCIAppPipelineEvent
5429654298
requestBody:
5429754299
content:

src/datadogV2/api/api_ci_visibility_pipelines.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)