Skip to content

Commit fe84801

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f02f369 of spec repo
1 parent 25abe0c commit fe84801

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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

services/ci_visibility_pipelines/src/v2/CIVisibilityPipelinesApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ export class CIVisibilityPipelinesApi {
622622
* Multiple events can be sent in an array (up to 1000).
623623
*
624624
* Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
625+
* The duration between the event start and end times cannot exceed 1 year.
625626
* @param param The request object
626627
*/
627628
public createCIAppPipelineEvent(

0 commit comments

Comments
 (0)