Skip to content

Commit 20ae26f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 450ec2e of spec repo
1 parent 2c45636 commit 20ae26f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25120,7 +25120,7 @@ components:
2512025120
type: object
2512125121
MicrosoftTeamsChannelInfoType:
2512225122
default: ms-teams-channel-info
25123-
description: Channel info resource type.
25123+
description: Microsoft Teams channel info resource type.
2512425124
enum:
2512525125
- ms-teams-channel-info
2512625126
example: ms-teams-channel-info

lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_data.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class MicrosoftTeamsChannelInfoResponseData
2727
# The ID of the channel.
2828
attr_reader :id
2929

30-
# Channel info resource type.
30+
# Microsoft Teams channel info resource type.
3131
attr_accessor :type
3232

3333
attr_accessor :additional_properties

lib/datadog_api_client/v2/models/microsoft_teams_channel_info_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
require 'time'
1818

1919
module DatadogAPIClient::V2
20-
# Channel info resource type.
20+
# Microsoft Teams channel info resource type.
2121
class MicrosoftTeamsChannelInfoType
2222
include BaseEnumModel
2323

0 commit comments

Comments
 (0)