Merge branch 'master' into alerting_definitions

This commit is contained in:
bergquist
2016-04-22 15:52:56 +02:00
27 changed files with 144 additions and 81 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ type DashboardSnapshotDTO struct {
type CreateDashboardSnapshotCommand struct {
Dashboard *simplejson.Json `json:"dashboard" binding:"Required"`
Name string `json:"name" binding:"Required"`
Name string `json:"name"`
Expires int64 `json:"expires"`
// these are passed when storing an external snapshot ref