Skip to content

Commit fe35b34

Browse files
authored
Merge pull request #129 from opsgenie/alert-desc-update
updated alert description field for fixing update alert policy
2 parents 6498432 + 8ee35ed commit fe35b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy/request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ type UpdateAlertPolicyRequest struct {
210210
Message string `json:"message,omitempty"`
211211
Continue *bool `json:"continue,omitempty"`
212212
Alias string `json:"alias,omitempty"`
213-
AlertDescription string `json:"alertDescription,omitempty"`
213+
AlertDescription string `json:"description,omitempty"`
214214
Entity string `json:"entity,omitempty"`
215215
Source string `json:"source,omitempty"`
216216
IgnoreOriginalDetails *bool `json:"ignoreOriginalDetails,omitempty"`

0 commit comments

Comments
 (0)