diff --git a/.apigentools-info b/.apigentools-info index 2465e316c87..11384a9713d 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-06-25 17:36:54.585671", - "spec_repo_commit": "51c17453" + "regenerated": "2025-06-25 18:49:18.901757", + "spec_repo_commit": "1a1ecd3d" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-06-25 17:36:54.602053", - "spec_repo_commit": "51c17453" + "regenerated": "2025-06-25 18:49:18.917561", + "spec_repo_commit": "1a1ecd3d" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 1ab18a50651..3cbeb884ea7 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -31923,7 +31923,7 @@ components: - attributes type: object RumRetentionFilterUpdateRequest: - description: The RUM retention filter body to update. + description: The RUM retention filter body to update properties: data: $ref: '#/components/schemas/RumRetentionFilterUpdateData' diff --git a/api/datadogV2/model_rum_retention_filter_update_request.go b/api/datadogV2/model_rum_retention_filter_update_request.go index cf5ea309ea1..87dc215c880 100644 --- a/api/datadogV2/model_rum_retention_filter_update_request.go +++ b/api/datadogV2/model_rum_retention_filter_update_request.go @@ -10,7 +10,7 @@ import ( "github.com/DataDog/datadog-api-client-go/v2/api/datadog" ) -// RumRetentionFilterUpdateRequest The RUM retention filter body to update. +// RumRetentionFilterUpdateRequest The RUM retention filter body to update type RumRetentionFilterUpdateRequest struct { // The new RUM retention filter properties to update. Data RumRetentionFilterUpdateData `json:"data"`