# HG changeset patch # User Kim Alvefur # Date 1637260778 -3600 # Node ID 229f2a79ad6f99be672b14cf39ce0f842c5f9209 # Parent 883ad8b0a7c0f21e20ddda97f9e93ecc1cc886c8 mod_http_admin_api: Fix YAML indentation diff -r 883ad8b0a7c0 -r 229f2a79ad6f mod_http_admin_api/openapi.yaml --- a/mod_http_admin_api/openapi.yaml Thu Nov 18 19:28:43 2021 +0100 +++ b/mod_http_admin_api/openapi.yaml Thu Nov 18 19:39:38 2021 +0100 @@ -788,9 +788,9 @@ c2s: type: integer description: Number of active c2s sessions - uploads: - type: integer - description: Disk space used by uploaded files + uploads: + type: integer + description: Disk space used by uploaded files Announcement: type: object description: An announcemen to post to users on the server