From 658c59887a7831c66e1719b2e0f1d99b8d84c431 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Mon, 28 Apr 2025 22:28:14 +0200 Subject: [PATCH] fix: all the stat entries shouldn't be mandatory --- API/client-server/v1/stats.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API/client-server/v1/stats.md b/API/client-server/v1/stats.md index fda3ded..ff9d81e 100644 --- a/API/client-server/v1/stats.md +++ b/API/client-server/v1/stats.md @@ -18,9 +18,9 @@ No request parameters or request body. |Name|Type|Description| |-|-|-| -|accounts|int|**Required**: The number of signed up accounts| -|uptime|int|**Required**: How many seconds the server has been running| -|version|string|**"Required**: The current server version| +|accounts|int|The number of signed up accounts| +|uptime|int|How many seconds the server has been running| +|version|string|The current server version| |build_number|string|The hash of the last commit in the git repo? (maybe we want to define this some other way)| ```json