Skip to content

Commit 061d2d7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9d3ef56 of spec repo
1 parent 48abb3e commit 061d2d7

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
@@ -51735,7 +51735,9 @@ paths:
5173551735

5173651736

5173751737
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.'
5173951741
operationId: CreateCIAppPipelineEvent
5174051742
requestBody:
5174151743
content:

packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ export class CIVisibilityPipelinesApi {
577577
* Multiple events can be sent in an array (up to 1000).
578578
*
579579
* 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.
580581
* @param param The request object
581582
*/
582583
public createCIAppPipelineEvent(

0 commit comments

Comments
 (0)