File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -54546,7 +54546,9 @@ paths:
54546
54546
54547
54547
54548
54548
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.'
54550
54552
operationId: CreateCIAppPipelineEvent
54551
54553
requestBody:
54552
54554
content:
Original file line number Diff line number Diff line change @@ -577,6 +577,7 @@ export class CIVisibilityPipelinesApi {
577
577
* Multiple events can be sent in an array (up to 1000).
578
578
*
579
579
* Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
580
+ * The duration between the event start and end times cannot exceed 1 year.
580
581
* @param param The request object
581
582
*/
582
583
public createCIAppPipelineEvent (
You can’t perform that action at this time.
0 commit comments