diff --git a/panel.go b/panel.go index 9913708..8252cd3 100644 --- a/panel.go +++ b/panel.go @@ -131,6 +131,7 @@ type ( Notifications []AlertNotification `json:"notifications,omitempty"` Message string `json:"message,omitempty"` For string `json:"for,omitempty"` + PanelID *uint `json:"panel_id,omitempty"` } GraphPanel struct { AliasColors interface{} `json:"aliasColors"` // XXX