Skip to content

Commit 7a9ed90

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit fa0df46 of spec repo (#3333)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 117a847 commit 7a9ed90

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
@@ -51735,7 +51735,9 @@ paths:
5173551735

5173651736

5173751737
Pipeline events can be submitted with a timestamp that is up to 18 hours in
51738-
the past.'
51738+
the past.
51739+
51740+
The duration between the event start and end times cannot exceed 1 year.'
5173951741
operationId: CreateCIAppPipelineEvent
5174051742
requestBody:
5174151743
content:

api/datadogV2/api_ci_visibility_pipelines.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ func (a *CIVisibilityPipelinesApi) AggregateCIAppPipelineEvents(ctx _context.Con
102102
// Multiple events can be sent in an array (up to 1000).
103103
//
104104
// Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
105+
// The duration between the event start and end times cannot exceed 1 year.
105106
func (a *CIVisibilityPipelinesApi) CreateCIAppPipelineEvent(ctx _context.Context, body CIAppCreatePipelineEventRequest) (interface{}, *_nethttp.Response, error) {
106107
var (
107108
localVarHTTPMethod = _nethttp.MethodPost

0 commit comments

Comments
 (0)