From beff11ceff90735abcb2a227f76a0bee07247a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 11 Jun 2020 16:07:04 +0300 Subject: [PATCH] Fixing typo --- templates/docs/api.html | 4 ++-- templates/docs/api.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/docs/api.html b/templates/docs/api.html index 0d0875f6..202bcf14 100644 --- a/templates/docs/api.html +++ b/templates/docs/api.html @@ -39,7 +39,7 @@ checks in user's account.

DELETE SITE_ROOT/api/v1/checks/<uuid> -Get a list of checks's logged pings +Get a list of check's logged pings GET SITE_ROOT/api/v1/checks/<uuid>/pings/ @@ -610,7 +610,7 @@ check that was just deleted.

-

Get a list of checks's logged pings

+

Get a list of check's logged pings

GET SITE_ROOT/api/v1/checks/<uuid>/pings/

Returns a list of pings this check has received.

This endpoint returns pings in reverse order (most recent first), and the total diff --git a/templates/docs/api.md b/templates/docs/api.md index 678bc892..dd1ca5b5 100644 --- a/templates/docs/api.md +++ b/templates/docs/api.md @@ -14,7 +14,7 @@ Endpoint Name | Endpoint Address [Update an existing check](#update-check) | `POST SITE_ROOT/api/v1/checks/` [Pause monitoring of a check](#pause-check) | `POST SITE_ROOT/api/v1/checks//pause` [Delete check](#delete-check) | `DELETE SITE_ROOT/api/v1/checks/` -[Get a list of checks's logged pings](#list-pings) | `GET SITE_ROOT/api/v1/checks//pings/` +[Get a list of check's logged pings](#list-pings) | `GET SITE_ROOT/api/v1/checks//pings/` [Get a list of existing integrations](#list-channels) | `GET SITE_ROOT/api/v1/channels/` ## Authentication @@ -667,7 +667,7 @@ curl SITE_ROOT/api/v1/checks/f618072a-7bde-4eee-af63-71a77c5723bc \ } ``` -## Get a list of checks's logged pings {: #list-pings .rule } +## Get a list of check's logged pings {: #list-pings .rule } `GET SITE_ROOT/api/v1/checks//pings/`