Skip to content

Commit 8663c62

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4251853 of spec repo
1 parent d844c8b commit 8663c62

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
@@ -50015,7 +50015,9 @@ paths:
5001550015

5001650016

5001750017
Pipeline events can be submitted with a timestamp that is up to 18 hours in
50018-
the past.'
50018+
the past.
50019+
50020+
The duration between the pipeline''s start and end times cannot exceed 1 year.'
5001950021
operationId: CreateCIAppPipelineEvent
5002050022
requestBody:
5002150023
content:

services/ci_visibility_pipelines/src/v2/CIVisibilityPipelinesApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@ export class CIVisibilityPipelinesApi {
620620
* Send your pipeline event to your Datadog platform over HTTP. For details about how pipeline executions are modeled and what execution types we support, see [Pipeline Data Model And Execution Types](https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/).
621621
*
622622
* Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
623+
* The duration between the pipeline's start and end times cannot exceed 1 year.
623624
* @param param The request object
624625
*/
625626
public createCIAppPipelineEvent(

0 commit comments

Comments
 (0)