Skip to content

Commit 77a0433

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Pass the sha rather than branch name (DataDog#3357)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 7a9ed90 commit 77a0433

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51735,9 +51735,7 @@ paths:
5173551735

5173651736

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

api/datadogV2/api_ci_visibility_pipelines.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ 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.
106105
func (a *CIVisibilityPipelinesApi) CreateCIAppPipelineEvent(ctx _context.Context, body CIAppCreatePipelineEventRequest) (interface{}, *_nethttp.Response, error) {
107106
var (
108107
localVarHTTPMethod = _nethttp.MethodPost

0 commit comments

Comments
 (0)