diff options
-rw-r--r-- | website.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ func (w *WebsiteController) Delete(pretty string) error { } type WebsiteView struct { - Name *WebsiteId `json:"identified_as"` + Name *WebsiteId `json:"vhost"` Size QuotaStat `json:"quota_size"` Files QuotaStat `json:"quota_files"` } |