We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6498432 + 8ee35ed commit fe35b34Copy full SHA for fe35b34
policy/request.go
@@ -210,7 +210,7 @@ type UpdateAlertPolicyRequest struct {
210
Message string `json:"message,omitempty"`
211
Continue *bool `json:"continue,omitempty"`
212
Alias string `json:"alias,omitempty"`
213
- AlertDescription string `json:"alertDescription,omitempty"`
+ AlertDescription string `json:"description,omitempty"`
214
Entity string `json:"entity,omitempty"`
215
Source string `json:"source,omitempty"`
216
IgnoreOriginalDetails *bool `json:"ignoreOriginalDetails,omitempty"`
0 commit comments