API wording
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Quentin 2023-09-26 09:17:33 +02:00
parent c735183a7a
commit ef67706cb4
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
}