Skip to content

Commit b35bbbf

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update ci_app description with max 1 year event run duration restriction (#2762)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 83b3de0 commit b35bbbf

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
@@ -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:

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)