From ef67706cb47e8e409591884756059926c9cd52be Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 26 Sep 2023 09:17:33 +0200 Subject: [PATCH] API wording --- website.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` }