From ac3582ddeb775d9b7b02efe6b2527b05ce70291b Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 9 Sep 2023 00:11:32 -0400 Subject: [PATCH] Fix table rendering in stats.md --- docs/user/admin/stats.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user/admin/stats.md b/docs/user/admin/stats.md index af421f8..bbebb7f 100644 --- a/docs/user/admin/stats.md +++ b/docs/user/admin/stats.md @@ -15,10 +15,12 @@ process. | Yes | Yes | | Response Code | Description | +|---------------|-------------| | 200 | The server statistics were successfully retrieved.| #### 200 Response Format | Field | Type | Description | +|-------|------|-------------| | `memory_allocated` | `Integer` | The total amount of memory allocated, measured in bytes.| | `version` | `String` | The current version of Telodendria.|