diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-09-26 09:17:33 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-09-26 09:17:33 +0200 |
commit | ef67706cb47e8e409591884756059926c9cd52be (patch) | |
tree | caa04eb8a80d3fbe20e789ec190a8fbad4d1db57 | |
parent | c735183a7aa99d7988bdb7c695af644732b6e895 (diff) | |
download | guichet-ef67706cb47e8e409591884756059926c9cd52be.tar.gz guichet-ef67706cb47e8e409591884756059926c9cd52be.zip |
API wording
-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"` } |