Skip to content

Commit c3027d5

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add integration_type for Microsoft Teams to IncidentIntegrationMetadataAttributes (#3802)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 321c642 commit c3027d5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33368,6 +33368,7 @@ components:
3336833368
integration_type:
3336933369
description: |-
3337033370
A number indicating the type of integration this metadata is for. 1 indicates Slack;
33371+
7 indicates Microsoft Teams;
3337133372
8 indicates Jira.
3337233373
example: 1
3337333374
format: int32

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ public IncidentIntegrationMetadataAttributes integrationType(Integer integration
101101
}
102102

103103
/**
104-
* A number indicating the type of integration this metadata is for. 1 indicates Slack; 8
105-
* indicates Jira. maximum: 100
104+
* A number indicating the type of integration this metadata is for. 1 indicates Slack; 7
105+
* indicates Microsoft Teams; 8 indicates Jira. maximum: 100
106106
*
107107
* @return integrationType
108108
*/

0 commit comments

Comments
 (0)