diff --git a/templates/front/docs_api.html b/templates/front/docs_api.html index 1f8379e4..47140e11 100644 --- a/templates/front/docs_api.html +++ b/templates/front/docs_api.html @@ -159,7 +159,7 @@ To create a "cron" check, specify the "schedule" and "tz" parameters.
number, optional, default value: {{ default_timeout }}.
A number of seconds, the expected period of this check.
-Minimum: 60 (one minute), maximum: 604800 (one week).
+Minimum: 60 (one minute), maximum: 2592000 (30 days).
Example for 5 minute timeout:
{"kind": "simple", "timeout": 300}
number, optional.
A number of seconds, the expected period of this check.
-Minimum: 60 (one minute), maximum: 604800 (one week).
+Minimum: 60 (one minute), maximum: 2592000 (30 days).
Example for 5 minute timeout:
{"kind": "simple", "timeout": 300}