Skip to content

Commit 1fd7783

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6f94fbd of spec repo
1 parent b210dec commit 1fd7783

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 event start and end times cannot exceed 1 year.'
5001950021
operationId: CreateCIAppPipelineEvent
5002050022
requestBody:
5002150023
content:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ export class CIVisibilityPipelinesApi {
575575
* 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/).
576576
*
577577
* Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
578+
* The duration between the event start and end times cannot exceed 1 year.
578579
* @param param The request object
579580
*/
580581
public createCIAppPipelineEvent(

0 commit comments

Comments
 (0)