diff options
Diffstat (limited to 'config.example.yaml')
| -rw-r--r-- | config.example.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml index 89da0d7..624e1d0 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -370,6 +370,8 @@ incidents: # GET /api/status - All monitors status JSON # GET /api/monitor/{name} - Single monitor status JSON # GET /api/history/{name} - Monitor history (supports ?mode=ping|minute|hour|day&count=N) +# GET /api/page - Full page data (monitors + history + status) in one request +# Note: Always public when refresh_mode is "api" # # Authentication (when access is "authenticated"): # - Header: X-API-Key: your-secret-key |