Skip to content

Commit 930fbda

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 39c15b7 of spec repo
1 parent 518df89 commit 930fbda

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
@@ -36905,7 +36905,7 @@ components:
3690536905
product:
3690636906
description: |-
3690736907
Name of the product the dataset is for. Possible values are 'apm', 'rum',
36908-
'metrics', 'logs', 'error_tracking', 'cloud_cost', and 'sd_repoinfo'.
36908+
'metrics', 'logs', 'error_tracking', 'cloud_cost', 'sd_repoinfo', and 'secruntime'.
3690936909
example: "logs"
3691036910
type: string
3691136911
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', 'cloud_cost', and 'sd_repoinfo'.
16+
* 'metrics', 'logs', 'error_tracking', 'cloud_cost', 'sd_repoinfo', and 'secruntime'.
1717
*/
1818
"product": string;
1919
/**

0 commit comments

Comments
 (0)