diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 4d62abaf52b8..0e0b198a8d7e 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/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 2c340a95bd1b..4afc5c00f085 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 17e66019c052..8a01298dc594 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 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 b72449f80968..579e4dd1b2c1 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