From d29b0050a3e7f4dbd6fcae4b2d6fe3e153c217ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Wed, 29 Jan 2020 12:45:00 +0200 Subject: [PATCH] Fix endpoint address. --- templates/docs/http_api.html | 2 +- templates/docs/http_api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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