From ff434664b1368d1602ad7529f7e63a0b3fc8f79a Mon Sep 17 00:00:00 2001 From: Ulysse Mavrocordatos <57703535+MintsInc@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:34:10 +0100 Subject: [PATCH] Revert "Update api spec with additional monitor notification presets (#2939)" This reverts commit 0fc13abf416d61a8ac58c866e13dbf6f27246ce3. --- .generator/schemas/v1/openapi.yaml | 12 ------------ .../models/monitor_options_notification_presets.rb | 3 --- ...tions_monitor_options_notification_preset_name.rb | 3 --- 3 files changed, 18 deletions(-) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index c17a2178cc36..0d3a83d523e3 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -8391,18 +8391,12 @@ components: - hide_query - hide_handles - hide_all - - hide_query_and_handles - - show_only_snapshot - - hide_handles_and_footer type: string x-enum-varnames: - SHOW_ALL - HIDE_QUERY - HIDE_HANDLES - HIDE_ALL - - HIDE_QUERY_AND_HANDLES - - SHOW_ONLY_SNAPSHOT - - HIDE_HANDLES_AND_FOOTER MonitorOptionsSchedulingOptions: description: Configuration options for scheduling. properties: @@ -18289,18 +18283,12 @@ components: - hide_all - hide_query - hide_handles - - hide_query_and_handles - - show_only_snapshot - - hide_handles_and_footer type: string x-enum-varnames: - SHOW_ALL - HIDE_ALL - HIDE_QUERY - HIDE_HANDLES - - HIDE_QUERY_AND_HANDLES - - SHOW_ONLY_SNAPSHOT - - HIDE_HANDLES_AND_FOOTER SyntheticsTestOptionsRetry: description: Object describing the retry strategy to apply to a Synthetic test. properties: diff --git a/lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb b/lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb index 340a434b35f5..6188fdf64a3a 100644 --- a/lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb +++ b/lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb @@ -25,8 +25,5 @@ class MonitorOptionsNotificationPresets HIDE_QUERY = "hide_query".freeze HIDE_HANDLES = "hide_handles".freeze HIDE_ALL = "hide_all".freeze - HIDE_QUERY_AND_HANDLES = "hide_query_and_handles".freeze - SHOW_ONLY_SNAPSHOT = "show_only_snapshot".freeze - HIDE_HANDLES_AND_FOOTER = "hide_handles_and_footer".freeze end end diff --git a/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options_notification_preset_name.rb b/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options_notification_preset_name.rb index 5fa71c56403d..5b0724848602 100644 --- a/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options_notification_preset_name.rb +++ b/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options_notification_preset_name.rb @@ -25,8 +25,5 @@ class SyntheticsTestOptionsMonitorOptionsNotificationPresetName HIDE_ALL = "hide_all".freeze HIDE_QUERY = "hide_query".freeze HIDE_HANDLES = "hide_handles".freeze - HIDE_QUERY_AND_HANDLES = "hide_query_and_handles".freeze - SHOW_ONLY_SNAPSHOT = "show_only_snapshot".freeze - HIDE_HANDLES_AND_FOOTER = "hide_handles_and_footer".freeze end end