Browse Source

Documentation: update limits for grace time as well.

py2
Pēteris Caune 7 years ago
parent
commit
9703f411f7
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/front/docs_api.html

+ 2
- 2
templates/front/docs_api.html View File

@ -169,7 +169,7 @@ To create a "cron" check, specify the "schedule" and "tz" parameters.
<td>
<p>number, optional, default value: {{ default_grace }}.</p>
<p>A number of seconds, the grace period for this check.</p>
<p>Minimum: 60 (one minute), maximum: 604800 (one week).</p>
<p>Minimum: 60 (one minute), maximum: 2592000 (30 days).</p>
</td>
</tr>
<tr>
@ -302,7 +302,7 @@ To create a "cron" check, specify the "schedule" and "tz" parameters.
<td>
<p>number, optional.</p>
<p>A number of seconds, the grace period for this check.</p>
<p>Minimum: 60 (one minute), maximum: 604800 (one week).</p>
<p>Minimum: 60 (one minute), maximum: 2592000 (30 days).</p>
</td>
</tr>
<tr>


Loading…
Cancel
Save