Skip to content

Commit f249ad2

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 4a2166a of spec repo (#3781)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 5ba0fcd commit f249ad2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24974,7 +24974,7 @@ components:
2497424974
description: 'Name of the product the dataset is for. Possible values are
2497524975
''apm'', ''rum'',
2497624976

24977-
''metrics'', ''logs'', ''error_tracking'', and ''cloud_cost''.'
24977+
''metrics'', ''logs'', ''error_tracking'', ''cloud_cost'', and ''sd_repoinfo''.'
2497824978
example: logs
2497924979
type: string
2498024980
required:

api/datadogV2/model_filters_per_product.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type FiltersPerProduct struct {
1818
// per telemetry type.
1919
Filters []string `json:"filters"`
2020
// Name of the product the dataset is for. Possible values are 'apm', 'rum',
21-
// 'metrics', 'logs', 'error_tracking', and 'cloud_cost'.
21+
// 'metrics', 'logs', 'error_tracking', 'cloud_cost', and 'sd_repoinfo'.
2222
Product string `json:"product"`
2323
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2424
UnparsedObject map[string]interface{} `json:"-"`

0 commit comments

Comments
 (0)