From 3d5c4a58e6e3ee3e73d85bd67f390d5af5deda96 Mon Sep 17 00:00:00 2001 From: Jose Hernandez Date: Fri, 3 Apr 2026 12:53:54 +0100 Subject: [PATCH] Explain optional endpoint property for pinging configuration --- docs/customservices.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/customservices.md b/docs/customservices.md index d1b2e8c..ce3e830 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -561,6 +561,7 @@ Optionally, use `successCodes` to define which HTTP response status codes should # timeout: 500 # Timeout in ms before ping is aborted. Default 2000 # subtitle: "Bookmark example" # By default, request round trip time is displayed when subtitle is not set # updateInterval: 5000 # (Optional) Interval (in ms) for updating ping status + # endpoint: "https://www.wikimediastatus.net" # Optional, will override url for pinging ``` ## Plex