diff --git a/website.go b/website.go index ba432c5..2cad12c 100644 --- a/website.go +++ b/website.go @@ -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"` }