From 2a50787e5a025e23c1c8c4669e66497a236de7f3 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:06:45 -0400 Subject: [PATCH 1/2] Regenerate client from commit 5ba3857 of spec repo (#2754) Co-authored-by: ci.datadog-api-spec --- .generator/schemas/v1/openapi.yaml | 2 ++ .../v1/models/formula_and_function_events_data_source.rb | 1 + 2 files changed, 3 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 4d62abaf52b..0e0b198a8d7 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -2884,6 +2884,7 @@ components: - ci_pipelines - incident_analytics - product_analytics + - on_call_events example: logs type: string x-enum-varnames: @@ -2899,6 +2900,7 @@ components: - CI_PIPELINES - INCIDENT_ANALYTICS - PRODUCT_ANALYTICS + - ON_CALL_EVENTS FormulaAndFunctionMetricAggregation: description: The aggregation methods available for metrics queries. enum: diff --git a/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb b/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb index b72449f8096..579e4dd1b2c 100644 --- a/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +++ b/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb @@ -33,5 +33,6 @@ class FormulaAndFunctionEventsDataSource CI_PIPELINES = "ci_pipelines".freeze INCIDENT_ANALYTICS = "incident_analytics".freeze PRODUCT_ANALYTICS = "product_analytics".freeze + ON_CALL_EVENTS = "on_call_events".freeze end end From a3d7553247a4d3754221e902bbdfe46a28cd3699 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:37:51 +0000 Subject: [PATCH 2/2] Change description of Reference Tables API documentation (#2753) Co-authored-by: ci.datadog-api-spec --- .generator/schemas/v2/openapi.yaml | 2 +- features/v2/reference_tables.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 2c340a95bd1..4afc5c00f08 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/features/v2/reference_tables.feature b/features/v2/reference_tables.feature index 17e66019c05..8a01298dc59 100644 --- a/features/v2/reference_tables.feature +++ b/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