From 949aadfe467365b880aa19ebaa0d554f5de2ff26 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 30 Oct 2025 19:18:28 +0000 Subject: [PATCH] Regenerate client from commit ec89ca1 of spec repo --- .generator/schemas/v2/openapi.yaml | 2 +- src/datadogV2/api/api_reference_tables.rs | 2 +- tests/scenarios/features/v2/reference_tables.feature | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 2c340a95b..4afc5c00f 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -81521,7 +81521,7 @@ tags: aggregate your RUM events over HTTP. See the [RUM & Session Replay page](https://docs.datadoghq.com/real_user_monitoring/) for more information name: RUM -- description: Auto-generated tag Reference Tables +- description: View and manage Reference Tables in your organization. name: Reference Tables - description: 'A restriction policy defines the access control rules for a resource, mapping a set of relations diff --git a/src/datadogV2/api/api_reference_tables.rs b/src/datadogV2/api/api_reference_tables.rs index 4145546d4..3422d0638 100644 --- a/src/datadogV2/api/api_reference_tables.rs +++ b/src/datadogV2/api/api_reference_tables.rs @@ -117,7 +117,7 @@ pub enum UpdateReferenceTableError { UnknownValue(serde_json::Value), } -/// Auto-generated tag Reference Tables +/// View and manage Reference Tables in your organization. #[derive(Debug, Clone)] pub struct ReferenceTablesAPI { config: datadog::Configuration, diff --git a/tests/scenarios/features/v2/reference_tables.feature b/tests/scenarios/features/v2/reference_tables.feature index 17e66019c..8a01298dc 100644 --- a/tests/scenarios/features/v2/reference_tables.feature +++ b/tests/scenarios/features/v2/reference_tables.feature @@ -1,6 +1,6 @@ @endpoint(reference-tables) @endpoint(reference-tables-v2) Feature: Reference Tables - Auto-generated tag Reference Tables + View and manage Reference Tables in your organization. Background: Given a valid "apiKeyAuth" key in the system