Updated API docs

This commit is contained in:
CasVT
2024-03-03 22:19:31 +00:00
parent 3b57d01596
commit fe04f04b3c

View File

@@ -746,6 +746,20 @@ Replace `<int:s_id>` 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 |