From fe04f04b3cb8757b45d73e6c493f398f7de2b859 Mon Sep 17 00:00:00 2001 From: CasVT Date: Sun, 3 Mar 2024 22:19:31 +0000 Subject: [PATCH] Updated API docs --- docs/api.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/api.md b/docs/api.md index cbad4c1..2048de4 100644 --- a/docs/api.md +++ b/docs/api.md @@ -746,6 +746,20 @@ Replace `` with the ID of the entry. For example: `/staticreminders/2` | 200 | N/A | Success | | 400 | InvalidKeyValue | The value of a key is invalid | +### `/admin/logs` + +| Requires being logged in | Description | +| ------------------------ | ----------- | +| Yes | Get the debug logs | + +??? GET + + **Returns** + + | Code | Error | Description | + | ---- | ----- | ----------- | + | 200 | N/A | Success | + ### `/admin/users` | Requires being logged in | Description |