Skip to content

Commit b4c2921

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1a1ecd3 of spec repo
1 parent acdee9b commit b4c2921

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
@@ -32149,7 +32149,7 @@ components:
3214932149
- attributes
3215032150
type: object
3215132151
RumRetentionFilterUpdateRequest:
32152-
description: The RUM retention filter body to update.
32152+
description: The RUM retention filter body to update
3215332153
properties:
3215432154
data:
3215532155
$ref: '#/components/schemas/RumRetentionFilterUpdateData'

services/rum_retention_filters/src/v2/models/RumRetentionFilterUpdateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { AttributeTypeMap } from "@datadog/datadog-api-client";
33
import { RumRetentionFilterUpdateData } from "./RumRetentionFilterUpdateData";
44

55
/**
6-
* The RUM retention filter body to update.
6+
* The RUM retention filter body to update
77
*/
88
export class RumRetentionFilterUpdateRequest {
99
/**

0 commit comments

Comments
 (0)