Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 7653f6b

Browse files
committed
add message to dashboard
1 parent be2a1a0 commit 7653f6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ type Dashboard struct {
2828
Model map[string]interface{} `json:"dashboard"`
2929
Folder int64 `json:"folderId"`
3030
Overwrite bool `json:"overwrite"`
31+
Message string `json:"message"`
3132
}
3233

3334
// SaveDashboard is a deprecated method for saving a Grafana dashboard. Use NewDashboard.

0 commit comments

Comments
 (0)