From f65aafa2c0a7fe803880003b59f3cbd0c28d495c Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Wed, 28 Jan 2026 02:13:41 +0000 Subject: [PATCH] Docs on /server policy --- docs/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/API.md b/docs/API.md index 27da9982..bca932cf 100755 --- a/docs/API.md +++ b/docs/API.md @@ -78,6 +78,7 @@ http://:/ * [Sync](API_SYNC.md) – Synchronization between multiple NetAlertX instances * [Logs](API_LOGS.md) – Purging of logs and adding to the event execution queue for user triggered events * [DB query](API_DBQUERY.md) (⚠ Internal) - Low level database access - use other endpoints if possible +* `/server` (⚠ Internal) - Backend server endpoint for internal communication only - **do not use directly** ### MCP Server Bridge