Skip to content

Commit 2b3b5d0

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a28c11e of spec repo
1 parent ccaedad commit 2b3b5d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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:

lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def create_ci_app_pipeline_event(body, opts = {})
105105
# Multiple events can be sent in an array (up to 1000).
106106
#
107107
# Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
108+
# The duration between the event start and end times cannot exceed 1 year.
108109
#
109110
# @param body [CIAppCreatePipelineEventRequest]
110111
# @param opts [Hash] the optional parameters

0 commit comments

Comments
 (0)