Skip to content

Commit b88dc59

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

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:

services/datasets/src/v2/models/FiltersPerProduct.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class FiltersPerProduct {
1313
"filters": Array<string>;
1414
/**
1515
* Name of the product the dataset is for. Possible values are 'apm', 'rum',
16-
* 'metrics', 'logs', 'error_tracking', and 'cloud_cost'.
16+
* 'metrics', 'logs', 'error_tracking', 'cloud_cost', and 'sd_repoinfo'.
1717
*/
1818
"product": string;
1919
/**

0 commit comments

Comments
 (0)