aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-09-26 09:17:33 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-09-26 09:17:33 +0200
commitef67706cb47e8e409591884756059926c9cd52be (patch)
treecaa04eb8a80d3fbe20e789ec190a8fbad4d1db57
parentc735183a7aa99d7988bdb7c695af644732b6e895 (diff)
downloadguichet-ef67706cb47e8e409591884756059926c9cd52be.tar.gz
guichet-ef67706cb47e8e409591884756059926c9cd52be.zip
API wording
-rw-r--r--website.go2
1 files changed, 1 insertions, 1 deletions
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"`
}