Skip to content

Commit 5dffd19

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6f94fbd of spec repo
1 parent 110582d commit 5dffd19

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:

src/datadog_api_client/v2/api/ci_visibility_pipelines_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ def create_ci_app_pipeline_event(
170170
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/>`_.
171171
172172
Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
173+
The duration between the event start and end times cannot exceed 1 year.
173174
174175
:type body: CIAppCreatePipelineEventRequest
175176
:rtype: dict

0 commit comments

Comments
 (0)