Updated http_api docs

This commit is contained in:
utkarshcmu
2016-01-27 22:02:33 -08:00
parent 6a1192172d
commit 58121d89fc
5 changed files with 33 additions and 31 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ type DashboardMeta struct {
Created time.Time `json:"created"`
Updated time.Time `json:"updated"`
UpdatedBy string `json:"updatedBy"`
CreatedBy string `json:"createdBy"`
CreatedBy string `json:"createdBy"`
}
type DashboardFullWithMeta struct {