Skip to content

Commit f8ad149

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

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:

src/datadog_api_client/v2/model/filters_per_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self_, filters: List[str], product: str, **kwargs):
3535
:type filters: [str]
3636
3737
:param product: Name of the product the dataset is for. Possible values are 'apm', 'rum',
38-
'metrics', 'logs', 'error_tracking', and 'cloud_cost'.
38+
'metrics', 'logs', 'error_tracking', 'cloud_cost', and 'sd_repoinfo'.
3939
:type product: str
4040
"""
4141
super().__init__(kwargs)

0 commit comments

Comments
 (0)