From 17dbdd2a3072fcd602567ffbbf4e5c996caa5c29 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 21 Aug 2025 13:07:50 +0000 Subject: [PATCH] Regenerate client from commit 3f570cf of spec repo --- .generator/schemas/v2/openapi.yaml | 2 +- lib/datadog_api_client/v2/models/ip_allowlist_entry_data.rb | 2 +- lib/datadog_api_client/v2/models/ip_allowlist_entry_type.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 5dc52e4a2ee2..c26faeddd13b 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -19059,7 +19059,7 @@ components: type: object IPAllowlistEntryType: default: ip_allowlist_entry - description: IP allowlist Entry type. + description: IP allowlist entry type. enum: - ip_allowlist_entry example: ip_allowlist_entry diff --git a/lib/datadog_api_client/v2/models/ip_allowlist_entry_data.rb b/lib/datadog_api_client/v2/models/ip_allowlist_entry_data.rb index 9f912db83070..992ca23d6699 100644 --- a/lib/datadog_api_client/v2/models/ip_allowlist_entry_data.rb +++ b/lib/datadog_api_client/v2/models/ip_allowlist_entry_data.rb @@ -27,7 +27,7 @@ class IPAllowlistEntryData # The unique identifier of the IP allowlist entry. attr_accessor :id - # IP allowlist Entry type. + # IP allowlist entry type. attr_reader :type attr_accessor :additional_properties diff --git a/lib/datadog_api_client/v2/models/ip_allowlist_entry_type.rb b/lib/datadog_api_client/v2/models/ip_allowlist_entry_type.rb index c00d4d30fb70..4cecf5287322 100644 --- a/lib/datadog_api_client/v2/models/ip_allowlist_entry_type.rb +++ b/lib/datadog_api_client/v2/models/ip_allowlist_entry_type.rb @@ -17,7 +17,7 @@ require 'time' module DatadogAPIClient::V2 - # IP allowlist Entry type. + # IP allowlist entry type. class IPAllowlistEntryType include BaseEnumModel