Skip to content

Commit 0d96dd8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 450ec2e of spec repo
1 parent 3372c61 commit 0d96dd8

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

src/main/java/com/datadog/api/client/v2/model/MicrosoftTeamsChannelInfoResponseData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public MicrosoftTeamsChannelInfoResponseData type(MicrosoftTeamsChannelInfoType
8686
}
8787

8888
/**
89-
* Channel info resource type.
89+
* Microsoft Teams channel info resource type.
9090
*
9191
* @return type
9292
*/

src/main/java/com/datadog/api/client/v2/model/MicrosoftTeamsChannelInfoType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.HashSet;
1919
import java.util.Set;
2020

21-
/** Channel info resource type. */
21+
/** Microsoft Teams channel info resource type. */
2222
@JsonSerialize(using = MicrosoftTeamsChannelInfoType.MicrosoftTeamsChannelInfoTypeSerializer.class)
2323
public class MicrosoftTeamsChannelInfoType extends ModelEnum<String> {
2424

0 commit comments

Comments
 (0)