From 9703f411f70b55587ba14ad647cdd70d558e233f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 19 Mar 2018 16:11:18 +0200 Subject: [PATCH] Documentation: update limits for grace time as well. --- templates/front/docs_api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/front/docs_api.html b/templates/front/docs_api.html index 47140e11..6ff0b209 100644 --- a/templates/front/docs_api.html +++ b/templates/front/docs_api.html @@ -169,7 +169,7 @@ To create a "cron" check, specify the "schedule" and "tz" parameters.

number, optional, default value: {{ default_grace }}.

A number of seconds, the grace period for this check.

-

Minimum: 60 (one minute), maximum: 604800 (one week).

+

Minimum: 60 (one minute), maximum: 2592000 (30 days).

@@ -302,7 +302,7 @@ To create a "cron" check, specify the "schedule" and "tz" parameters.

number, optional.

A number of seconds, the grace period for this check.

-

Minimum: 60 (one minute), maximum: 604800 (one week).

+

Minimum: 60 (one minute), maximum: 2592000 (30 days).