diff --git a/apis/management.cattle.io/v3/alerting_types.go b/apis/management.cattle.io/v3/alerting_types.go old mode 100644 new mode 100755 index 1f839ac2..97a1a914 --- a/apis/management.cattle.io/v3/alerting_types.go +++ b/apis/management.cattle.io/v3/alerting_types.go @@ -311,6 +311,7 @@ type WechatConfig struct { Agent string `json:"agent,omitempty" norman:"required"` Corp string `json:"corp,omitempty" norman:"required"` RecipientType string `json:"recipientType,omitempty" norman:"required,options=tag|party|user,default=party"` + APIURL string `json:"apiUrl,omitempty"` *HTTPClientConfig }