Software /
code /
prosody-modules
Diff
mod_http_admin_api/openapi.yaml @ 4777:883ad8b0a7c0
mod_http_admin_api: Export total storage use via mod_http_file_share
Does not include size of other user data, chat logs etc. Uploads will
likely be a significant fraction of total storage use.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 18 Nov 2021 19:28:43 +0100 |
parent | 4576:cade5dac1003 |
child | 4778:229f2a79ad6f |
line wrap: on
line diff
--- a/mod_http_admin_api/openapi.yaml Thu Nov 18 19:26:07 2021 +0100 +++ b/mod_http_admin_api/openapi.yaml Thu Nov 18 19:28:43 2021 +0100 @@ -788,6 +788,9 @@ c2s: type: integer description: Number of active c2s sessions + uploads: + type: integer + description: Disk space used by uploaded files Announcement: type: object description: An announcemen to post to users on the server