Fix endpoint address.

This commit is contained in:
Pēteris Caune 2020-01-29 12:45:00 +02:00
parent dbd21c325d
commit d29b0050a3
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ minimizes the delay from your monitored service failing to you receiving an aler
<h2>Signal a Start</h2> <h2>Signal a Start</h2>
<div class="highlight"><pre><span></span>HEAD|GET|POST PING_ENDPOINT{uuid}/fail <div class="highlight"><pre><span></span>HEAD|GET|POST PING_ENDPOINT{uuid}/start
</pre></div> </pre></div>

View File

@ -78,7 +78,7 @@ OK
## Signal a Start ## Signal a Start
```text ```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 Sends a "job has started!" message to SITE_NAME. This is