File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/datadog_api_client/v2/api Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -51735,7 +51735,9 @@ paths:
51735
51735
51736
51736
51737
51737
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.'
51739
51741
operationId: CreateCIAppPipelineEvent
51740
51742
requestBody:
51741
51743
content:
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ def create_ci_app_pipeline_event(
172
172
Multiple events can be sent in an array (up to 1000).
173
173
174
174
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.
175
176
176
177
:type body: CIAppCreatePipelineEventRequest
177
178
:rtype: dict
You can’t perform that action at this time.
0 commit comments