Skip to content

Commit

Permalink
updated alert description field
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekunite committed May 17, 2023
1 parent 6498432 commit 8ee35ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ type UpdateAlertPolicyRequest struct {
Message string `json:"message,omitempty"`
Continue *bool `json:"continue,omitempty"`
Alias string `json:"alias,omitempty"`
AlertDescription string `json:"alertDescription,omitempty"`
AlertDescription string `json:"description,omitempty"`
Entity string `json:"entity,omitempty"`
Source string `json:"source,omitempty"`
IgnoreOriginalDetails *bool `json:"ignoreOriginalDetails,omitempty"`
Expand Down

0 comments on commit 8ee35ed

Please sign in to comment.