We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd6b06 commit 6bd4991Copy full SHA for 6bd4991
sentry/metric_alerts.go
@@ -59,7 +59,7 @@ type MetricAlertTriggerAction struct {
59
TargetIdentifier *Int64OrString `json:"targetIdentifier,omitempty"`
60
InputChannelID *string `json:"inputChannelId,omitempty"`
61
IntegrationID *int `json:"integrationId,omitempty"`
62
- SentryAppID *string `json:"sentryAppId,omitempty"`
+ SentryAppID *int `json:"sentryAppId,omitempty"`
63
DateCreated *time.Time `json:"dateCreated,omitempty"`
64
Description *string `json:"desc,omitempty"`
65
}
0 commit comments