chore: fixed table formatting and added periods

This commit is contained in:
SauceyRed 2025-04-29 18:01:15 +02:00
parent ea0fbc6f5c
commit 0211348abc
Signed by: sauceyred
GPG key ID: 4BEDD9C389F924D0
4 changed files with 40 additions and 40 deletions

View file

@ -10,18 +10,18 @@ No request parameters or request body.
## Responses
| Status | Description |
|--------|---------------------------------|
| 200 | The current stats of the server |
| Status | Description |
| ------ | -------------------------------- |
| 200 | The current stats of the server. |
### 200 response
| Name | Type | Description |
|--------------|--------|--------------------------------------------------------------------------------------------|
| 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) |
| Name | Type | Description |
| ------------ | ------ | ------------------------------------------------------------------------------------------- |
| 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
{