From 183747ccd3da9062a0fecd74eb6d842a8235401d Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 22 Aug 2025 22:25:54 +0000 Subject: [PATCH] Regenerate client from commit f3b0eec of spec repo --- .generator/schemas/v2/openapi.yaml | 2 +- .../v2/models/microsoft_teams_channel_info_response_data.rb | 2 +- .../v2/models/microsoft_teams_channel_info_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..6b36460538c4 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -25120,7 +25120,7 @@ components: type: object MicrosoftTeamsChannelInfoType: default: ms-teams-channel-info - description: Channel info resource type. + description: Microsoft Teams channel info resource type. enum: - ms-teams-channel-info example: ms-teams-channel-info diff --git a/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_data.rb b/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_data.rb index 7b1774dbb82c..d8456883630d 100644 --- a/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_data.rb +++ b/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_data.rb @@ -27,7 +27,7 @@ class MicrosoftTeamsChannelInfoResponseData # The ID of the channel. attr_reader :id - # Channel info resource type. + # Microsoft Teams channel info resource type. attr_accessor :type attr_accessor :additional_properties diff --git a/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_type.rb b/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_type.rb index 7d8c2e6a0d5d..7c6f4f002320 100644 --- a/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_type.rb +++ b/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_type.rb @@ -17,7 +17,7 @@ require 'time' module DatadogAPIClient::V2 - # Channel info resource type. + # Microsoft Teams channel info resource type. class MicrosoftTeamsChannelInfoType include BaseEnumModel