Skip to content

Commit 371298f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7304e15 of spec repo
1 parent 6ad8dae commit 371298f

2 files changed

Lines changed: 2 additions & 0 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

api/datadogV2/model_incident_integration_metadata_attributes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ type IncidentIntegrationMetadataAttributes struct {
1818
// UUID of the incident this integration metadata is connected to.
1919
IncidentId *string `json:"incident_id,omitempty"`
2020
// A number indicating the type of integration this metadata is for. 1 indicates Slack;
21+
// 7 indicates Microsoft Teams;
2122
// 8 indicates Jira.
2223
IntegrationType int32 `json:"integration_type"`
2324
// Incident integration metadata's metadata attribute.

0 commit comments

Comments
 (0)