Skip to content

Commit 098f9be

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 15c07c2 of spec repo
1 parent ee8d7b9 commit 098f9be

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
@@ -54546,7 +54546,9 @@ paths:
5454654546

5454754547

5454854548
Pipeline events can be submitted with a timestamp that is up to 18 hours in
54549-
the past.'
54549+
the past.
54550+
54551+
The duration between the event start and end times cannot exceed 1 year.'
5455054552
operationId: CreateCIAppPipelineEvent
5455154553
requestBody:
5455254554
content:

src/datadog_api_client/v2/api/ci_visibility_pipelines_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def create_ci_app_pipeline_event(
172172
Multiple events can be sent in an array (up to 1000).
173173
174174
Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
175+
The duration between the event start and end times cannot exceed 1 year.
175176
176177
:type body: CIAppCreatePipelineEventRequest
177178
:rtype: dict

0 commit comments

Comments
 (0)