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 @@ -57293,7 +57293,9 @@ paths:
5729357293
5729457294
5729557295 Pipeline events can be submitted with a timestamp that is up to 18 hours in
57296- the past.'
57296+ the past.
57297+
57298+ The duration between the event start and end times cannot exceed 1 year.'
5729757299 operationId: CreateCIAppPipelineEvent
5729857300 requestBody:
5729957301 content:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments