fix: all the stat entries shouldn't be mandatory
This commit is contained in:
parent
53cd6287cc
commit
658c59887a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue