diff --git a/uptime-kuma/README.md b/uptime-kuma/README.md index 8cad1cb..f3dd8ef 100644 --- a/uptime-kuma/README.md +++ b/uptime-kuma/README.md @@ -85,8 +85,13 @@ The REST API is limited to: **Full monitor management** (create, edit, delete monitors) requires the **Socket.IO API**, which is more complex and uses WebSockets. For adding monitors, use the web UI at https://status.georgsen.dk. +## Socket.IO API + +Full monitor management (create, edit, delete) is available via Socket.IO. See `kuma_api_doc.png` for complete API documentation screenshot. + ## References - [API Documentation](https://github.com/louislam/uptime-kuma/wiki/API-Documentation) - [API Keys](https://github.com/louislam/uptime-kuma/wiki/API-Keys) - [Internal API](https://github.com/louislam/uptime-kuma/wiki/Internal-API) +- `kuma_api_doc.png` - Full API documentation screenshot diff --git a/kuma_api_doc.png b/uptime-kuma/kuma_api_doc.png similarity index 100% rename from kuma_api_doc.png rename to uptime-kuma/kuma_api_doc.png