diff --git a/templates/docs/http_api.html b/templates/docs/http_api.html index 75a42234..ab537cea 100644 --- a/templates/docs/http_api.html +++ b/templates/docs/http_api.html @@ -66,7 +66,7 @@ minimizes the delay from your monitored service failing to you receiving an aler

Signal a Start

-
HEAD|GET|POST PING_ENDPOINT{uuid}/fail
+
HEAD|GET|POST PING_ENDPOINT{uuid}/start
 
diff --git a/templates/docs/http_api.md b/templates/docs/http_api.md index fa469adb..015b90c5 100644 --- a/templates/docs/http_api.md +++ b/templates/docs/http_api.md @@ -78,7 +78,7 @@ OK ## Signal a Start ```text -HEAD|GET|POST PING_ENDPOINT{uuid}/fail +HEAD|GET|POST PING_ENDPOINT{uuid}/start ``` Sends a "job has started!" message to SITE_NAME. This is