Skip to content

Commit 2af1fae

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6f94fbd of spec repo
1 parent 12fc173 commit 2af1fae

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
@@ -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:

src/datadogV2/api/api_ci_visibility_pipelines.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ impl CIVisibilityPipelinesAPI {
335335
/// Send your pipeline event to your Datadog platform over HTTP. For details about how pipeline executions are modeled and what execution types we support, see [Pipeline Data Model And Execution Types](<https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/>).
336336
///
337337
/// Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
338+
/// The duration between the event start and end times cannot exceed 1 year.
338339
pub async fn create_ci_app_pipeline_event(
339340
&self,
340341
body: crate::datadogV2::model::CIAppCreatePipelineEventRequest,
@@ -359,6 +360,7 @@ impl CIVisibilityPipelinesAPI {
359360
/// Send your pipeline event to your Datadog platform over HTTP. For details about how pipeline executions are modeled and what execution types we support, see [Pipeline Data Model And Execution Types](<https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/>).
360361
///
361362
/// Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
363+
/// The duration between the event start and end times cannot exceed 1 year.
362364
pub async fn create_ci_app_pipeline_event_with_http_info(
363365
&self,
364366
body: crate::datadogV2::model::CIAppCreatePipelineEventRequest,

0 commit comments

Comments
 (0)