fix: all the stat entries shouldn't be mandatory

This commit is contained in:
JustTemmie 2025-04-28 22:28:14 +02:00
parent 53cd6287cc
commit 658c59887a

View file

@ -18,9 +18,9 @@ No request parameters or request body.
|Name|Type|Description| |Name|Type|Description|
|-|-|-| |-|-|-|
|accounts|int|**Required**: The number of signed up accounts| |accounts|int|The number of signed up accounts|
|uptime|int|**Required**: How many seconds the server has been running| |uptime|int|How many seconds the server has been running|
|version|string|**"Required**: The current server version| |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)| |build_number|string|The hash of the last commit in the git repo? (maybe we want to define this some other way)|
```json ```json