Skip to content

Commit 5ce053c

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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:

packages/datadog-api-client-v2/models/FiltersPerProduct.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class FiltersPerProduct {
1919
"filters": Array<string>;
2020
/**
2121
* Name of the product the dataset is for. Possible values are 'apm', 'rum',
22-
* 'metrics', 'logs', 'error_tracking', and 'cloud_cost'.
22+
* 'metrics', 'logs', 'error_tracking', 'cloud_cost', and 'sd_repoinfo'.
2323
*/
2424
"product": string;
2525

0 commit comments

Comments
 (0)